Class: Croudia::Object::RelationshipUser

Inherits:
Identity show all
Defined in:
lib/croudia/object/relationship_user.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

#blockingObject (readonly)

Returns the value of attribute blocking.



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

def blocking
  @blocking
end

#followed_byObject (readonly)

Returns the value of attribute followed_by.



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

def followed_by
  @followed_by
end

#followingObject (readonly)

Returns the value of attribute following.



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

def following
  @following
end

#mutingObject (readonly)

Returns the value of attribute muting.



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

def muting
  @muting
end

#screen_nameObject (readonly)

Returns the value of attribute screen_name.



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

def screen_name
  @screen_name
end