Class: Croudia::Object::RelationshipUser
- Defined in:
- lib/croudia/object/relationship_user.rb
Instance Attribute Summary collapse
-
#blocking ⇒ Object
readonly
Returns the value of attribute blocking.
-
#followed_by ⇒ Object
readonly
Returns the value of attribute followed_by.
-
#following ⇒ Object
readonly
Returns the value of attribute following.
-
#muting ⇒ Object
readonly
Returns the value of attribute muting.
-
#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
#blocking ⇒ Object (readonly)
Returns the value of attribute blocking.
6 7 8 |
# File 'lib/croudia/object/relationship_user.rb', line 6 def blocking @blocking end |
#followed_by ⇒ Object (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 |
#following ⇒ Object (readonly)
Returns the value of attribute following.
6 7 8 |
# File 'lib/croudia/object/relationship_user.rb', line 6 def following @following end |
#muting ⇒ Object (readonly)
Returns the value of attribute muting.
6 7 8 |
# File 'lib/croudia/object/relationship_user.rb', line 6 def muting @muting end |
#screen_name ⇒ Object (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 |