Method: Parse::TimeZone#as_json

Defined in:
lib/parse/model/time_zone.rb

#as_json(*args) ⇒ String

Returns the IANA identifier for this timezone or nil.

Returns:

  • (String)

    the IANA identifier for this timezone or nil.



126
127
128
# File 'lib/parse/model/time_zone.rb', line 126

def as_json(*args)
  name
end