abstract struct Lenel::OpenAccess::Models::Person

Direct Known Subclasses

Defined in:

lenel/open_access/models.cr

Constructors

Instance Method Summary

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 firstname : String | Nil #

[View source]
def id : Int32 #

[View source]
def lastname : String | Nil #

[View source]