Method: Fb::Metric#value

Defined in:
lib/fb/metric.rb

#valueInteger (readonly)

Returns the value of the metric when last requested.

Returns:

  • (Integer)

    the value of the metric when last requested.



17
18
19
# File 'lib/fb/metric.rb', line 17

def value
  @value
end