Class: Activity::ResourceList::RoomConfigurationFormatter
- Inherits:
-
BaseFormatter
- Object
- SimpleDelegator
- BaseFormatter
- Activity::ResourceList::RoomConfigurationFormatter
- Defined in:
- app/services/activity/resource_list.rb
Overview
Service object: room configuration formatter.
Instance Attribute Summary
Attributes inherited from BaseFormatter
Instance Method Summary collapse
Methods inherited from BaseFormatter
#created_at, #identifier, #initialize, #state
Constructor Details
This class inherits a constructor from Activity::ResourceList::BaseFormatter
Instance Method Details
#display ⇒ Object
261 262 263 |
# File 'app/services/activity/resource_list.rb', line 261 def display [reference_number, name, created_at].compact.join(' - ') end |