Method: Funky::Page#state

Defined in:
lib/funky/page.rb

#stateString?

Returns the state of the Facebook Page if it is present.

Returns:

  • the state of the Facebook Page if it is present

See Also:



111
112
113
# File 'lib/funky/page.rb', line 111

def state
  location[:state]
end