Class: LWS::Presence::Reader
- Inherits:
-
Generic::Model
- Object
- Spyke::Base
- Generic::Model
- LWS::Presence::Reader
- Defined in:
- lib/lws/apps/presence.rb
Overview
The reader class
Instance Attribute Summary collapse
-
#gateway ⇒ Integer
The (32-bit) LCIO gateway ID of the reader.
-
#location ⇒ Location
The location of the reader.
-
#location_id ⇒ Integer
The ID of the location of the reader.
-
#node ⇒ Integer
The (8-bit) LCIO gateway node number of the reader.
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
#gateway ⇒ Integer
Returns the (32-bit) LCIO gateway ID of the reader.
606 |
# File 'lib/lws/apps/presence.rb', line 606 attribute :gateway |
#location ⇒ Location
Returns the location of the reader.
610 |
# File 'lib/lws/apps/presence.rb', line 610 belongs_to :location |
#location_id ⇒ Integer
Returns the ID of the location of the reader.
614 |
# File 'lib/lws/apps/presence.rb', line 614 attribute :location_id |
#node ⇒ Integer
Returns the (8-bit) LCIO gateway node number of the reader.
618 |
# File 'lib/lws/apps/presence.rb', line 618 attribute :node |