class Gallagher::CardholderAccessGroup
- Gallagher::CardholderAccessGroup
- Reference
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
Extended Modules
- JSON::Schema
Defined in:
gallagher/rest_api_models.crConstructors
- .new(pull : JSON::PullParser)
- .new(access_group : NamedTuple(href: Nil | String, name: Nil | String), from : Time | Nil = nil, until __arg0 : Time | Nil = nil)
Instance Method Summary
- #access_group : NamedTuple(href: String | Nil, name: String | Nil)
- #access_group=(access_group : NamedTuple(href: String | Nil, name: String | Nil))
- #from : Time | Nil
- #from=(from : Time | Nil)
- #href : String | Nil
- #href=(href : String | Nil)
- #status : NamedTuple(value: String, type: String | Nil) | Nil
- #status=(status : NamedTuple(value: String, type: String | Nil) | Nil)
- #until : Time | Nil
- #until=(until __arg0 : Time | Nil)
Constructor Detail
def self.new(access_group : NamedTuple(href: Nil | String, name: Nil | String), from : Time | Nil = nil, until __arg0 : Time | Nil = nil)
#
Instance Method Detail
def access_group=(access_group : NamedTuple(href: String | Nil, name: String | Nil))
#