Class: Upkeep::Rails::Cable::Identity

Inherits:
Data
  • Object
show all
Defined in:
lib/upkeep/rails/cable/subscriber_identity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#componentsObject (readonly)

Returns the value of attribute components

Returns:

  • (Object)

    the current value of components



12
13
14
# File 'lib/upkeep/rails/cable/subscriber_identity.rb', line 12

def components
  @components
end

#stream_nameObject (readonly)

Returns the value of attribute stream_name

Returns:

  • (Object)

    the current value of stream_name



12
13
14
# File 'lib/upkeep/rails/cable/subscriber_identity.rb', line 12

def stream_name
  @stream_name
end

#subscriber_idObject (readonly)

Returns the value of attribute subscriber_id

Returns:

  • (Object)

    the current value of subscriber_id



12
13
14
# File 'lib/upkeep/rails/cable/subscriber_identity.rb', line 12

def subscriber_id
  @subscriber_id
end