Class: Trahald::MarkdownBody::Summary
- Inherits:
-
Struct
- Object
- Struct
- Trahald::MarkdownBody::Summary
- Defined in:
- lib/trahald/markdown-body.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#date ⇒ Object
Returns the value of attribute date.
-
#imgs ⇒ Object
Returns the value of attribute imgs.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
9 10 11 |
# File 'lib/trahald/markdown-body.rb', line 9 def body @body end |
#date ⇒ Object
Returns the value of attribute date
9 10 11 |
# File 'lib/trahald/markdown-body.rb', line 9 def date @date end |
#imgs ⇒ Object
Returns the value of attribute imgs
9 10 11 |
# File 'lib/trahald/markdown-body.rb', line 9 def imgs @imgs end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/trahald/markdown-body.rb', line 9 def name @name end |