Class: Arena::Connection

Inherits:
Base
  • Object
show all
Includes:
Creatable
Defined in:
lib/arena/connection.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods included from Creatable

#created_at, #updated_at

Methods inherited from Base

attr_reader, #initialize

Constructor Details

This class inherits a constructor from Arena::Base

Instance Attribute Details

#channel_idObject (readonly)

Returns the value of attribute channel_id.



7
8
9
# File 'lib/arena/connection.rb', line 7

def channel_id
  @channel_id
end

#connectable_idObject (readonly)

Returns the value of attribute connectable_id.



7
8
9
# File 'lib/arena/connection.rb', line 7

def connectable_id
  @connectable_id
end

#connectable_typeObject (readonly)

Returns the value of attribute connectable_type.



7
8
9
# File 'lib/arena/connection.rb', line 7

def connectable_type
  @connectable_type
end

#idObject (readonly)

Returns the value of attribute id.



7
8
9
# File 'lib/arena/connection.rb', line 7

def id
  @id
end

#positionObject (readonly)

Returns the value of attribute position.



7
8
9
# File 'lib/arena/connection.rb', line 7

def position
  @position
end

#selectedObject (readonly)

Returns the value of attribute selected.



7
8
9
# File 'lib/arena/connection.rb', line 7

def selected
  @selected
end

#user_idObject (readonly)

Returns the value of attribute user_id.



7
8
9
# File 'lib/arena/connection.rb', line 7

def user_id
  @user_id
end