Class: Interest::FollowRequestable::FollowRequester::FollowOrRequestToFollow
- Inherits:
-
Struct
- Object
- Struct
- Interest::FollowRequestable::FollowRequester::FollowOrRequestToFollow
- Defined in:
- lib/interest/follow_requestable/follow_requester.rb
Instance Attribute Summary collapse
-
#returned ⇒ Object
Returns the value of attribute returned.
-
#target ⇒ Object
Returns the value of attribute target.
-
#which ⇒ Object
Returns the value of attribute which.
Instance Method Summary collapse
Instance Attribute Details
#returned ⇒ Object
Returns the value of attribute returned
57 58 59 |
# File 'lib/interest/follow_requestable/follow_requester.rb', line 57 def returned @returned end |
#target ⇒ Object
Returns the value of attribute target
57 58 59 |
# File 'lib/interest/follow_requestable/follow_requester.rb', line 57 def target @target end |
#which ⇒ Object
Returns the value of attribute which
57 58 59 |
# File 'lib/interest/follow_requestable/follow_requester.rb', line 57 def which @which end |
Instance Method Details
#followed? ⇒ Boolean
58 59 60 |
# File 'lib/interest/follow_requestable/follow_requester.rb', line 58 def followed? which == :follow end |
#requested_to_follow? ⇒ Boolean
62 63 64 |
# File 'lib/interest/follow_requestable/follow_requester.rb', line 62 def requested_to_follow? which == :request_to_follow end |