Method: Fb::Metric#name

Defined in:
lib/fb/metric.rb

#nameString (readonly)

Returns the name of the metric (e.g. page_fans).

Returns:

  • (String)

    the name of the metric (e.g. page_fans).



11
12
13
# File 'lib/fb/metric.rb', line 11

def name
  @name
end