Method: Parse::TimeZone#to_s

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

#to_sString

Returns the IANA identifier for this timezone or nil.

Returns:

  • (String)

    the IANA identifier for this timezone or nil.



131
132
133
# File 'lib/parse/model/time_zone.rb', line 131

def to_s
  name
end