Class: Item::FloorPlanRetriever::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/item/floor_plan_retriever.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_roomsObject (readonly)

Returns the value of attribute all_rooms

Returns:

  • (Object)

    the current value of all_rooms



4
5
6
# File 'app/services/item/floor_plan_retriever.rb', line 4

def all_rooms
  @all_rooms
end