Class: Croudia::Object::Status
- Defined in:
- lib/croudia/object/status.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#favorited ⇒ Object
readonly
Returns the value of attribute favorited.
-
#favorited_count ⇒ Object
readonly
Returns the value of attribute favorited_count.
-
#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.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
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
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
9 10 11 |
# File 'lib/croudia/object/status.rb', line 9 def created_at @created_at end |
#favorited ⇒ Object (readonly)
Returns the value of attribute favorited.
9 10 11 |
# File 'lib/croudia/object/status.rb', line 9 def favorited @favorited end |
#favorited_count ⇒ Object (readonly)
Returns the value of attribute favorited_count.
9 10 11 |
# File 'lib/croudia/object/status.rb', line 9 def favorited_count @favorited_count end |
#in_reply_to_status_id ⇒ Object (readonly)
Returns the value of attribute in_reply_to_status_id.
9 10 11 |
# File 'lib/croudia/object/status.rb', line 9 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.
9 10 11 |
# File 'lib/croudia/object/status.rb', line 9 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.
9 10 11 |
# File 'lib/croudia/object/status.rb', line 9 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.
9 10 11 |
# File 'lib/croudia/object/status.rb', line 9 def in_reply_to_user_id_str @in_reply_to_user_id_str end |
#spread ⇒ Object (readonly)
Returns the value of attribute spread.
9 10 11 |
# File 'lib/croudia/object/status.rb', line 9 def spread @spread end |
#spread_count ⇒ Object (readonly)
Returns the value of attribute spread_count.
9 10 11 |
# File 'lib/croudia/object/status.rb', line 9 def spread_count @spread_count end |
#text ⇒ Object (readonly)
Returns the value of attribute text.
9 10 11 |
# File 'lib/croudia/object/status.rb', line 9 def text @text end |