Class: Croudia::Status
- Includes:
- Creatable
- Defined in:
- lib/croudia/status.rb
Instance Attribute Summary collapse
-
#favorited ⇒ Object
readonly
Returns the value of attribute favorited.
-
#favorited_count ⇒ Object
readonly
Returns the value of attribute favorited_count.
-
#in_reply_to_screen_name ⇒ Object
readonly
Returns the value of attribute in_reply_to_screen_name.
-
#in_reply_to_status_id ⇒ Object
readonly
Returns the value of attribute in_reply_to_status_id.
-
#in_reply_to_status_id_str ⇒ Object
readonly
Returns the value of attribute in_reply_to_status_id_str.
-
#in_reply_to_user_id ⇒ Object
readonly
Returns the value of attribute in_reply_to_user_id.
-
#in_reply_to_user_id_str ⇒ Object
readonly
Returns the value of attribute in_reply_to_user_id_str.
-
#spread ⇒ Object
readonly
Returns the value of attribute spread.
-
#spread_count ⇒ Object
readonly
Returns the value of attribute spread_count.
Attributes inherited from Identity
Method Summary
Methods included from Creatable
Methods inherited from Identity
Methods inherited from Base
#[], attr_object_reader, attr_reader, #attrs, #initialize, #inspect
Constructor Details
This class inherits a constructor from Croudia::Identity
Instance Attribute Details
#favorited ⇒ Object (readonly)
Returns the value of attribute favorited.
11 12 13 |
# File 'lib/croudia/status.rb', line 11 def favorited @favorited end |
#favorited_count ⇒ Object (readonly)
Returns the value of attribute favorited_count.
11 12 13 |
# File 'lib/croudia/status.rb', line 11 def favorited_count @favorited_count end |
#in_reply_to_screen_name ⇒ Object (readonly)
Returns the value of attribute in_reply_to_screen_name.
11 12 13 |
# File 'lib/croudia/status.rb', line 11 def in_reply_to_screen_name @in_reply_to_screen_name end |
#in_reply_to_status_id ⇒ Object (readonly)
Returns the value of attribute in_reply_to_status_id.
11 12 13 |
# File 'lib/croudia/status.rb', line 11 def in_reply_to_status_id @in_reply_to_status_id end |
#in_reply_to_status_id_str ⇒ Object (readonly)
Returns the value of attribute in_reply_to_status_id_str.
11 12 13 |
# File 'lib/croudia/status.rb', line 11 def in_reply_to_status_id_str @in_reply_to_status_id_str end |
#in_reply_to_user_id ⇒ Object (readonly)
Returns the value of attribute in_reply_to_user_id.
11 12 13 |
# File 'lib/croudia/status.rb', line 11 def in_reply_to_user_id @in_reply_to_user_id end |
#in_reply_to_user_id_str ⇒ Object (readonly)
Returns the value of attribute in_reply_to_user_id_str.
11 12 13 |
# File 'lib/croudia/status.rb', line 11 def in_reply_to_user_id_str @in_reply_to_user_id_str end |
#spread ⇒ Object (readonly)
Returns the value of attribute spread.
11 12 13 |
# File 'lib/croudia/status.rb', line 11 def spread @spread end |
#spread_count ⇒ Object (readonly)
Returns the value of attribute spread_count.
11 12 13 |
# File 'lib/croudia/status.rb', line 11 def spread_count @spread_count end |