Class: Upkeep::Rails::Cable::Identity
- Inherits:
-
Data
- Object
- Data
- Upkeep::Rails::Cable::Identity
- Defined in:
- lib/upkeep/rails/cable/subscriber_identity.rb
Instance Attribute Summary collapse
-
#components ⇒ Object
readonly
Returns the value of attribute components.
-
#stream_name ⇒ Object
readonly
Returns the value of attribute stream_name.
-
#subscriber_id ⇒ Object
readonly
Returns the value of attribute subscriber_id.
Instance Attribute Details
#components ⇒ Object (readonly)
Returns the value of attribute components
12 13 14 |
# File 'lib/upkeep/rails/cable/subscriber_identity.rb', line 12 def components @components end |
#stream_name ⇒ Object (readonly)
Returns the value of attribute stream_name
12 13 14 |
# File 'lib/upkeep/rails/cable/subscriber_identity.rb', line 12 def stream_name @stream_name end |
#subscriber_id ⇒ Object (readonly)
Returns the value of attribute subscriber_id
12 13 14 |
# File 'lib/upkeep/rails/cable/subscriber_identity.rb', line 12 def subscriber_id @subscriber_id end |