struct Lenel::OpenAccess::Models::Cardholder

Defined in:

lenel/open_access/models.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Lenel::OpenAccess::Models::Person

firstname : String | Nil firstname, id : Int32 id, lastname : String | Nil lastname

Constructor methods inherited from struct Lenel::OpenAccess::Models::Person

new(pull : JSON::PullParser) new

Constructor methods inherited from struct Lenel::OpenAccess::Models::Element

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new

Class methods inherited from struct Lenel::OpenAccess::Models::Element

partial(**properties : **T) : T forall T partial, type_name type_name

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def email : String | Nil #

[View source]