class Google::Calendar::AvailabilityStatus

Included Modules

Defined in:

calendar/availability.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status : String, starts_at : Google::Calendar::GTime, ends_at : Google::Calendar::GTime) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ends_at : Calendar::GTime #

[View source]
def ends_at=(ends_at : Calendar::GTime) #

[View source]
def starts_at : Calendar::GTime #

[View source]
def starts_at=(starts_at : Calendar::GTime) #

[View source]
def status : String #

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

[View source]