class Gallagher::AccessGroup

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 cardholders : NamedTuple(href: String) #

[View source]
def cardholders=(cardholders : NamedTuple(href: String)) #

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

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

[View source]
def description : String | Nil #

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

[View source]
def division : NamedTuple(href: String) #

[View source]
def division=(division : NamedTuple(href: String)) #

[View source]
def href : String #

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

[View source]
def id : String #

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

[View source]
def name : String #

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

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

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

[View source]