Class: GreenGoose::Stat

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/greengoose/stat.rb

Instance Method Summary collapse

Constructor Details

#initialize(attributes) ⇒ Stat

Returns a new instance of Stat.



6
7
8
# File 'lib/greengoose/stat.rb', line 6

def initialize(attributes)
  super OpenStruct.new(attributes)
end