Class: Item::FloorPlanRetriever::Result
- Inherits:
-
Data
- Object
- Data
- Item::FloorPlanRetriever::Result
- Defined in:
- app/services/item/floor_plan_retriever.rb
Instance Attribute Summary collapse
-
#all_rooms ⇒ Object
readonly
Returns the value of attribute all_rooms.
Instance Method Summary collapse
-
#initialize(all_rooms: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(all_rooms: nil) ⇒ Result
Returns a new instance of Result.
5 |
# File 'app/services/item/floor_plan_retriever.rb', line 5 def initialize(all_rooms: nil) = super |
Instance Attribute Details
#all_rooms ⇒ Object (readonly)
Returns the value of attribute all_rooms
4 5 6 |
# File 'app/services/item/floor_plan_retriever.rb', line 4 def all_rooms @all_rooms end |