class MuleSoft::Booking

Included Modules

Extended Modules

Defined in:

mulesoft/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def body : String #

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

[View source]
def event_end : Int64 #

[View source]
def event_end=(event_end : Int64) #

[View source]
def event_start : Int64 #

[View source]
def event_start=(event_start : Int64) #

[View source]
def location : String #

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

[View source]
def recurring_master_id : String | Nil #

[View source]
def recurring_master_id=(recurring_master_id : String | Nil) #

[View source]
def title : String | Nil #

[View source]
def title=(title : String | Nil) #

[View source]
def to_placeos #

we need this method to create an intermediary hash otherwise when to_json is called all the field names revert to the MuleSoft ones


[View source]