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
#dig, #reload, #rollback, #save
Instance Attribute Details
#gateway ⇒ Integer
Returns the (32-bit) LCIO gateway ID of the reader.
562 |
# File 'lib/lws/apps/presence.rb', line 562 attribute :gateway |
#location ⇒ Location
Returns the location of the reader.
566 |
# File 'lib/lws/apps/presence.rb', line 566 belongs_to :location |
#location_id ⇒ Integer
Returns the ID of the location of the reader.
570 |
# File 'lib/lws/apps/presence.rb', line 570 attribute :location_id |
#node ⇒ Integer
Returns the (8-bit) LCIO gateway node number of the reader.
574 |
# File 'lib/lws/apps/presence.rb', line 574 attribute :node |