Class: EntityMapCard

Inherits:
Object
  • Object
show all
Defined in:
lib/rbbt/rest/entity/entity_map_card.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_controllerObject

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

#mapObject

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_idObject

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