class Gallagher::Invitation

Included Modules

Extended Modules

Defined in:

gallagher/rest_api_models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def email : String | Nil #

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

[View source]
def href : String | Nil #

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

[View source]
def mobile : String | Nil #

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

[View source]
def single_factor_only : Bool | Nil #

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

[View source]
def status : String | Nil #

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

[View source]