class Office365::ItemBody

Included Modules

Defined in:

models/item_body.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(content : Nil | String = "", content_type : Nil | String = "text") #

[View source]

Instance Method Detail

def content : String | Nil #

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

[View source]
def content_type : String | Nil #

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

[View source]