struct Gallagher::Card

Included Modules

Extended Modules

Defined in:

gallagher/rest_api_models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(href : Nil | String, status : NamedTuple(value: String, type: Nil | String) | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ble_facility_id : Int64 | Nil #

[View source]
def ble_facility_id=(ble_facility_id : Int64 | Nil) #

[View source]
def card_serial_number : String | Nil #

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

[View source]
def credential_class : String | Nil #

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

[View source]
def credential_id : String | Nil #

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

[View source]
def e2e_key : String | Nil #

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

[View source]
def facility_code : String | Nil #

[View source]
def facility_code=(facility_code : 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 invitation : Invitation | Nil #

[View source]
def invitation=(invitation : Invitation | Nil) #

[View source]
def issue_level : Int32 | Nil #

[View source]
def issue_level=(issue_level : Int32 | Nil) #

[View source]
def number : String | Nil #

[View source]
def number=(number : 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 type : NamedTuple(href: String, name: String | Nil) | Nil #

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

[View source]
def until : Time | Nil #

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

[View source]