Class: Echowrap::Blog
Instance Attribute Summary collapse
-
#date_found ⇒ Object
readonly
Returns the value of attribute date_found.
-
#date_posted ⇒ Object
readonly
Returns the value of attribute date_posted.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Method Summary
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#date_found ⇒ Object (readonly)
Returns the value of attribute date_found.
5 6 7 |
# File 'lib/echowrap/blog.rb', line 5 def date_found @date_found end |
#date_posted ⇒ Object (readonly)
Returns the value of attribute date_posted.
5 6 7 |
# File 'lib/echowrap/blog.rb', line 5 def date_posted @date_posted end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/echowrap/blog.rb', line 5 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/echowrap/blog.rb', line 5 def name @name end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary.
5 6 7 |
# File 'lib/echowrap/blog.rb', line 5 def summary @summary end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
5 6 7 |
# File 'lib/echowrap/blog.rb', line 5 def url @url end |