Class: LWS::Presence::Journal

Inherits:
Generic::Model show all
Defined in:
lib/lws/apps/presence.rb

Overview

Note:

This class is only used within the context of the Location class.

The journal (entry) class

Instance Attribute Summary collapse

Attributes inherited from Generic::Model

#created_at, #id, #updated_at, #url, #url_html

Method Summary

Methods inherited from Generic::Model

#deep_dup, #dig, #reload, #rollback, #save

Instance Attribute Details

#check_inString

Returns the timestamp of the check-in of this journal (entry).

Returns:

  • (String)

    the timestamp of the check-in of this journal (entry)



100
# File 'lib/lws/apps/presence.rb', line 100

attribute :check_in

#check_outString?

Returns the timestamp of the check out of this journal (entry).

Returns:

  • (String, nil)

    the timestamp of the check out of this journal (entry)



104
# File 'lib/lws/apps/presence.rb', line 104

attribute :check_out

#companyLWS::Auth::Company

Returns the company the journal (entry) belongs to.

Returns:



108
# File 'lib/lws/apps/presence.rb', line 108

belongs_to :company, class_name: "LWS::Auth::Company"

#company_idInteger

Returns the ID of the company the journal (entry) belongs to.

Returns:

  • (Integer)

    the ID of the company the journal (entry) belongs to



112
# File 'lib/lws/apps/presence.rb', line 112

attribute :company_id

#locationLocation

Returns the location the journal (entry) belongs to.

Returns:

  • (Location)

    the location the journal (entry) belongs to



116
# File 'lib/lws/apps/presence.rb', line 116

belongs_to :location

#location_idInteger

Returns the ID of the location the journal (entry) belongs to.

Returns:

  • (Integer)

    the ID of the location the journal (entry) belongs to



120
# File 'lib/lws/apps/presence.rb', line 120

attribute :location_id

#personPerson

Returns the person the journal (entry) belongs to.

Returns:

  • (Person)

    the person the journal (entry) belongs to



124
# File 'lib/lws/apps/presence.rb', line 124

belongs_to :person

#person_idInteger

Returns the ID of the person the journal (entry) belongs to.

Returns:

  • (Integer)

    the ID of the person the journal (entry) belongs to



128
# File 'lib/lws/apps/presence.rb', line 128

attribute :person_id