Class: LWS::Presence::Person
- Inherits:
-
Generic::Model
- Object
- Spyke::Base
- Generic::Model
- LWS::Presence::Person
- Defined in:
- lib/lws/apps/presence.rb
Overview
The person class
Instance Attribute Summary collapse
-
#appointments ⇒ Array<Appointment>
The appointments involving the person.
-
#company ⇒ LWS::Auth::Company
The company the person belongs to.
-
#company_id ⇒ Integer
The ID of the company the person belongs to.
-
#company_name ⇒ String
The name of the company the person works for.
-
#customer_reference ⇒ String?
The customer specific reference for the person.
-
#email ⇒ String?
The email address of the person.
-
#ero ⇒ Boolean
Whether the person is emergency response ceritified.
-
#extra_info ⇒ String?
Some extra info for the person.
-
#import_ref ⇒ String?
Reference for storing the uid of the remote database.
-
#kind ⇒ "employee", "guest"
The person kind.
-
#last_sync ⇒ String?
The last date/time the status was updated via a device or RFID tag.
-
#lat ⇒ Float?
The exact latitude of the person’s location.
-
#location ⇒ Location
The location the person is located at.
-
#location_ancestors_ids ⇒ Array<Integer>
The IDs of the (nesting) locations the person is located at.
-
#location_id ⇒ Integer
The ID of the location the person is located at.
-
#long ⇒ Float?
The exact longitude of the person’s location.
-
#name ⇒ String
The name of the person.
-
#people_responsible_for ⇒ Array<Person>
The people the person is responsible for.
-
#person_responsible ⇒ Person?
The person responsible for this person.
-
#person_responsible_id ⇒ Integer?
The ID of the person responsible for this person.
-
#phone_extension ⇒ String
The fixed phonenumber extension of the person.
-
#phone_fixed ⇒ String
The fixed phonenumber of the person.
-
#phone_mobile ⇒ String
The mobile phonenumber of the person.
-
#picture_url ⇒ String?
The URL of the picture of the person.
-
#present ⇒ Boolean
If a person is present at a location.
-
#rfid ⇒ String?
The RFID tag ID linked to the person.
-
#status ⇒ "available", ...
The presence status of the person.
-
#udid ⇒ String?
The unique device ID (e.g. of a mobile phone) linked to the person.
-
#vehicle_registration_plate ⇒ String?
The vehicle registration plate of the persons transport.
-
#visibility ⇒ "public", "private"
If a person should be protected by not showing critical information.
Attributes inherited from Generic::Model
#created_at, #id, #updated_at, #url, #url_html
Method Summary
Methods inherited from Generic::Model
#dig, #reload, #rollback, #save
Instance Attribute Details
#appointments ⇒ Array<Appointment>
Returns the appointments involving the person.
360 |
# File 'lib/lws/apps/presence.rb', line 360 has_many :appointments |
#company ⇒ LWS::Auth::Company
Returns the company the person belongs to.
364 |
# File 'lib/lws/apps/presence.rb', line 364 belongs_to :company, class_name: "LWS::Auth::Company" |
#company_id ⇒ Integer
Returns the ID of the company the person belongs to.
368 |
# File 'lib/lws/apps/presence.rb', line 368 attribute :company_id |
#company_name ⇒ String
This is not the name of the company the person belongs to, but possibly a guest/visitor working for another company!
Returns the name of the company the person works for.
375 |
# File 'lib/lws/apps/presence.rb', line 375 attribute :company_name |
#customer_reference ⇒ String?
Returns the customer specific reference for the person.
379 |
# File 'lib/lws/apps/presence.rb', line 379 attribute :customer_reference |
#email ⇒ String?
Returns the email address of the person.
383 |
# File 'lib/lws/apps/presence.rb', line 383 attribute :email |
#ero ⇒ Boolean
Returns whether the person is emergency response ceritified.
388 |
# File 'lib/lws/apps/presence.rb', line 388 attribute :ero |
#extra_info ⇒ String?
Returns some extra info for the person.
392 |
# File 'lib/lws/apps/presence.rb', line 392 attribute :extra_info |
#import_ref ⇒ String?
Returns reference for storing the uid of the remote database.
397 |
# File 'lib/lws/apps/presence.rb', line 397 attribute :import_ref |
#kind ⇒ "employee", "guest"
Returns the person kind.
401 |
# File 'lib/lws/apps/presence.rb', line 401 attribute :kind |
#last_sync ⇒ String?
Returns the last date/time the status was updated via a device or RFID tag.
406 |
# File 'lib/lws/apps/presence.rb', line 406 attribute :last_sync |
#lat ⇒ Float?
Returns the exact latitude of the person’s location.
410 |
# File 'lib/lws/apps/presence.rb', line 410 attribute :lat |
#location ⇒ Location
Returns the location the person is located at.
414 |
# File 'lib/lws/apps/presence.rb', line 414 belongs_to :location |
#location_ancestors_ids ⇒ Array<Integer>
Returns the IDs of the (nesting) locations the person is located at.
419 |
# File 'lib/lws/apps/presence.rb', line 419 attribute :location_ancestor_ids |
#location_id ⇒ Integer
Returns the ID of the location the person is located at.
423 |
# File 'lib/lws/apps/presence.rb', line 423 attribute :location_id |
#long ⇒ Float?
Returns the exact longitude of the person’s location.
427 |
# File 'lib/lws/apps/presence.rb', line 427 attribute :long |
#name ⇒ String
Returns the name of the person.
431 |
# File 'lib/lws/apps/presence.rb', line 431 attribute :name |
#people_responsible_for ⇒ Array<Person>
Returns the people the person is responsible for.
435 |
# File 'lib/lws/apps/presence.rb', line 435 has_many :people_responsible_for, class_name: "LWS::Presence::Person" |
#person_responsible ⇒ Person?
Returns the person responsible for this person.
439 440 441 |
# File 'lib/lws/apps/presence.rb', line 439 belongs_to :person_responsible, class_name: "LWS::Presence::Person", foreign_key: "person_responsible_id", uri: "people/:id" |
#person_responsible_id ⇒ Integer?
Returns the ID of the person responsible for this person.
445 |
# File 'lib/lws/apps/presence.rb', line 445 attribute :person_responsible_id |
#phone_extension ⇒ String
Returns the fixed phonenumber extension of the person.
449 |
# File 'lib/lws/apps/presence.rb', line 449 attribute :phone_extension |
#phone_fixed ⇒ String
Returns the fixed phonenumber of the person.
453 |
# File 'lib/lws/apps/presence.rb', line 453 attribute :phone_fixed |
#phone_mobile ⇒ String
Returns the mobile phonenumber of the person.
457 |
# File 'lib/lws/apps/presence.rb', line 457 attribute :phone_mobile |
#picture_url ⇒ String?
Returns the URL of the picture of the person.
461 |
# File 'lib/lws/apps/presence.rb', line 461 attribute :picture_url |
#present ⇒ Boolean
Returns if a person is present at a location. It looks at the state of a person so that local state checking is not needed.
467 |
# File 'lib/lws/apps/presence.rb', line 467 attribute :present |
#rfid ⇒ String?
Returns the RFID tag ID linked to the person.
471 |
# File 'lib/lws/apps/presence.rb', line 471 attribute :rfid |
#status ⇒ "available", ...
Returns the presence status of the person.
476 |
# File 'lib/lws/apps/presence.rb', line 476 attribute :status |
#udid ⇒ String?
Returns the unique device ID (e.g. of a mobile phone) linked to the person.
481 |
# File 'lib/lws/apps/presence.rb', line 481 attribute :udid |
#vehicle_registration_plate ⇒ String?
Returns The vehicle registration plate of the persons transport.
486 |
# File 'lib/lws/apps/presence.rb', line 486 attribute :vehicle_registration_plate |
#visibility ⇒ "public", "private"
Returns if a person should be protected by not showing critical information.
491 |
# File 'lib/lws/apps/presence.rb', line 491 attribute :visibility |