Class: StaticStruct::Structure

Inherits:
Object
  • Object
show all
Defined in:
lib/static_struct/structure.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Structure

Returns a new instance of Structure.



3
4
5
# File 'lib/static_struct/structure.rb', line 3

def initialize(hash)
  define_structure(self, hash)
end