Top Level Namespace

Defined Under Namespace

Modules: AwsReporting

Instance Method Summary collapse

Instance Method Details

#get_value(dimension, name) ⇒ Object



1
2
3
# File 'lib/aws-reporting/helper.rb', line 1

def get_value(dimension, name)
  dimension.find{|d| d[:name] == name}[:value]
end