struct Gallagher::Card
- Gallagher::Card
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
Extended Modules
- JSON::Schema
Defined in:
gallagher/rest_api_models.crConstructors
- .new(href : Nil | String, status : NamedTuple(value: String, type: Nil | String) | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #ble_facility_id : Int64 | Nil
- #ble_facility_id=(ble_facility_id : Int64 | Nil)
- #card_serial_number : String | Nil
- #card_serial_number=(card_serial_number : String | Nil)
- #credential_class : String | Nil
- #credential_class=(credential_class : String | Nil)
- #credential_id : String | Nil
- #credential_id=(credential_id : String | Nil)
- #e2e_key : String | Nil
- #e2e_key=(e2e_key : String | Nil)
- #facility_code : String | Nil
- #facility_code=(facility_code : String | Nil)
- #from : Time | Nil
- #from=(from : Time | Nil)
- #href : String | Nil
- #href=(href : String | Nil)
- #invitation : Invitation | Nil
- #invitation=(invitation : Invitation | Nil)
- #issue_level : Int32 | Nil
- #issue_level=(issue_level : Int32 | Nil)
- #number : String | Nil
- #number=(number : String | Nil)
- #status : NamedTuple(value: String, type: String | Nil) | Nil
- #status=(status : NamedTuple(value: String, type: String | Nil) | Nil)
- #type : NamedTuple(href: String, name: String | Nil) | Nil
- #type=(type : NamedTuple(href: String, name: String | Nil) | Nil)
- #until : Time | Nil
- #until=(until __arg0 : Time | Nil)
Constructor Detail
def self.new(href : Nil | String, status : NamedTuple(value: String, type: Nil | String) | Nil)
#