class Twitter::TimeZone

Included Modules

Defined in:

twitter/serializations/settings.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : String) #

[View source]
def tzinfo_name : String #

[View source]
def tzinfo_name=(tzinfo_name : String) #

[View source]
def utc_offset : Int32 #

[View source]
def utc_offset=(utc_offset : Int32) #

[View source]