class Gallagher::CardholderAccessGroup

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 access_group : NamedTuple(href: String | Nil, name: String | Nil) #

[View source]
def access_group=(access_group : NamedTuple(href: String | Nil, name: String | Nil)) #

[View source]
def from : Time | Nil #

[View source]
def from=(from : Time | Nil) #

[View source]
def href : String | Nil #

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

[View source]
def status : NamedTuple(value: String, type: String | Nil) | Nil #

[View source]
def status=(status : NamedTuple(value: String, type: String | Nil) | Nil) #

[View source]
def until : Time | Nil #

[View source]
def until=(until __arg0 : Time | Nil) #

[View source]