Class: DeviantArt::Status
- Defined in:
- lib/deviantart/base.rb,
lib/deviantart/status.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#body ⇒ Object
Returns the value of attribute body.
-
#comments_count ⇒ Object
Returns the value of attribute comments_count.
-
#is_deleted ⇒ Object
Returns the value of attribute is_deleted.
-
#is_share ⇒ Object
Returns the value of attribute is_share.
-
#items ⇒ Object
Returns the value of attribute items.
-
#statusid ⇒ Object
Returns the value of attribute statusid.
-
#ts ⇒ Object
Returns the value of attribute ts.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#initialize, point_to_class, points_class_mapping, points_class_mapping=
Constructor Details
This class inherits a constructor from DeviantArt::Base
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
5 6 7 |
# File 'lib/deviantart/status.rb', line 5 def end |
#body ⇒ Object
Returns the value of attribute body.
5 6 7 |
# File 'lib/deviantart/status.rb', line 5 def body @body end |
#comments_count ⇒ Object
Returns the value of attribute comments_count.
5 6 7 |
# File 'lib/deviantart/status.rb', line 5 def comments_count @comments_count end |
#is_deleted ⇒ Object
Returns the value of attribute is_deleted.
5 6 7 |
# File 'lib/deviantart/status.rb', line 5 def is_deleted @is_deleted end |
#is_share ⇒ Object
Returns the value of attribute is_share.
5 6 7 |
# File 'lib/deviantart/status.rb', line 5 def is_share @is_share end |
#items ⇒ Object
Returns the value of attribute items.
5 6 7 |
# File 'lib/deviantart/status.rb', line 5 def items @items end |
#statusid ⇒ Object
Returns the value of attribute statusid.
5 6 7 |
# File 'lib/deviantart/status.rb', line 5 def statusid @statusid end |
#ts ⇒ Object
Returns the value of attribute ts.
5 6 7 |
# File 'lib/deviantart/status.rb', line 5 def ts @ts end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/deviantart/status.rb', line 5 def url @url end |