Class: EntityMapCard
- Inherits:
-
Object
- Object
- EntityMapCard
- Defined in:
- lib/rbbt/rest/entity/entity_map_card.rb
Instance Attribute Summary collapse
-
#action_controller ⇒ Object
Returns the value of attribute action_controller.
-
#map ⇒ Object
Returns the value of attribute map.
-
#map_id ⇒ Object
Returns the value of attribute map_id.
Instance Method Summary collapse
-
#initialize(map, map_id) ⇒ EntityMapCard
constructor
A new instance of EntityMapCard.
Constructor Details
#initialize(map, map_id) ⇒ EntityMapCard
Returns a new instance of EntityMapCard.
6 7 8 |
# File 'lib/rbbt/rest/entity/entity_map_card.rb', line 6 def initialize(map, map_id) @map, @map_id = map, map_id end |
Instance Attribute Details
#action_controller ⇒ Object
Returns the value of attribute action_controller.
4 5 6 |
# File 'lib/rbbt/rest/entity/entity_map_card.rb', line 4 def action_controller @action_controller end |
#map ⇒ Object
Returns the value of attribute map.
3 4 5 |
# File 'lib/rbbt/rest/entity/entity_map_card.rb', line 3 def map @map end |
#map_id ⇒ Object
Returns the value of attribute map_id.
3 4 5 |
# File 'lib/rbbt/rest/entity/entity_map_card.rb', line 3 def map_id @map_id end |