class Office365::Attachment

Included Modules

Defined in:

models/attachment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, content_bytes : String) #

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

[View source]

Instance Method Detail

def content_bytes : String #

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

[View source]
def content_id : String | Nil #

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

[View source]
def content_type : String | Nil #

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

[View source]
def id : String | Nil #

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

[View source]
def is_inline : Bool | Nil #

[View source]
def is_inline=(is_inline : Bool | Nil) #

[View source]
def name : String #

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

[View source]
def odata_type : String #

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

[View source]
def size : Int32 | Nil #

[View source]
def size=(size : Int32 | Nil) #

[View source]