Class: Croudia::Object::RelationshipCollection
- Defined in:
- lib/croudia/object/relationship_collection.rb
Instance Attribute Summary collapse
-
#connections ⇒ Object
readonly
Returns the value of attribute connections.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#screen_name ⇒ Object
readonly
Returns the value of attribute screen_name.
Attributes inherited from Identity
Attributes inherited from Base
Method Summary
Methods inherited from Base
attr_reader_as_array_object, attr_reader_as_object, #initialize
Constructor Details
This class inherits a constructor from Croudia::Object::Base
Instance Attribute Details
#connections ⇒ Object (readonly)
Returns the value of attribute connections.
6 7 8 |
# File 'lib/croudia/object/relationship_collection.rb', line 6 def connections @connections end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/croudia/object/relationship_collection.rb', line 6 def name @name end |
#screen_name ⇒ Object (readonly)
Returns the value of attribute screen_name.
6 7 8 |
# File 'lib/croudia/object/relationship_collection.rb', line 6 def screen_name @screen_name end |