Class: Croudia::Object::RelationshipCollection

Inherits:
Identity
  • Object
show all
Defined in:
lib/croudia/object/relationship_collection.rb

Instance Attribute Summary collapse

Attributes inherited from Identity

#id, #id_str

Attributes inherited from Base

#attrs

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

#connectionsObject (readonly)

Returns the value of attribute connections.



6
7
8
# File 'lib/croudia/object/relationship_collection.rb', line 6

def connections
  @connections
end

#nameObject (readonly)

Returns the value of attribute name.



6
7
8
# File 'lib/croudia/object/relationship_collection.rb', line 6

def name
  @name
end

#screen_nameObject (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