Method: BLM::Row#initialize

Defined in:
lib/blm.rb

#initialize(hash) ⇒ Row

Returns a new instance of Row.



55
56
57
# File 'lib/blm.rb', line 55

def initialize(hash)
  @attributes = hash
end