class Office365::EmailAddress

Included Modules

Defined in:

models/email_address.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(address : String, name : String = "") #

[View source]

Instance Method Detail

def address : String #

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

[View source]
def name : String #

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

[View source]