Class: Tumbling::Link
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#date ⇒ Object
Returns the value of attribute date.
-
#format ⇒ Object
Returns the value of attribute format.
-
#id ⇒ Object
Returns the value of attribute id.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from Resource
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
4 5 6 |
# File 'lib/tumbling/link.rb', line 4 def body @body end |
#date ⇒ Object
Returns the value of attribute date.
4 5 6 |
# File 'lib/tumbling/link.rb', line 4 def date @date end |
#format ⇒ Object
Returns the value of attribute format.
4 5 6 |
# File 'lib/tumbling/link.rb', line 4 def format @format end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/tumbling/link.rb', line 4 def id @id end |
#slug ⇒ Object
Returns the value of attribute slug.
4 5 6 |
# File 'lib/tumbling/link.rb', line 4 def slug @slug end |
#tags ⇒ Object
Returns the value of attribute tags.
4 5 6 |
# File 'lib/tumbling/link.rb', line 4 def @tags end |
#title ⇒ Object
Returns the value of attribute title.
4 5 6 |
# File 'lib/tumbling/link.rb', line 4 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
4 5 6 |
# File 'lib/tumbling/link.rb', line 4 def url @url end |