Class: GBTiles::GBT::MODData::Pattern

Inherits:
Object
  • Object
show all
Defined in:
lib/gbtiles/gbt/mod_data/pattern.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePattern

Returns a new instance of Pattern.



8
9
10
# File 'lib/gbtiles/gbt/mod_data/pattern.rb', line 8

def initialize
  @rows = []
end

Instance Attribute Details

#rowsObject

Returns the value of attribute rows.



6
7
8
# File 'lib/gbtiles/gbt/mod_data/pattern.rb', line 6

def rows
  @rows
end