Class: GBTiles::GBM::Map::Object

Inherits:
Object
  • Object
show all
Defined in:
lib/gbtiles/gbm/map/object.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(object_type) ⇒ Object

Returns a new instance of Object.



10
11
12
# File 'lib/gbtiles/gbm/map/object.rb', line 10

def initialize object_type
  @object_type = object_type
end

Instance Attribute Details

#master_idObject

Returns the value of attribute master_id.



8
9
10
# File 'lib/gbtiles/gbm/map/object.rb', line 8

def master_id
  @master_id
end

#object_idObject

Returns the value of attribute object_id.



7
8
9
# File 'lib/gbtiles/gbm/map/object.rb', line 7

def object_id
  @object_id
end

#object_typeObject

Returns the value of attribute object_type.



6
7
8
# File 'lib/gbtiles/gbm/map/object.rb', line 6

def object_type
  @object_type
end