Class: Demos::Demo::PostEntry
- Inherits:
-
Struct
- Object
- Struct
- Demos::Demo::PostEntry
- Defined in:
- ui/examples/foobar.rb
Overview
Plain old ruby class
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
143 144 145 |
# File 'ui/examples/foobar.rb', line 143 def content @content end |
#id ⇒ Object
Returns the value of attribute id
143 144 145 |
# File 'ui/examples/foobar.rb', line 143 def id @id end |
#title ⇒ Object
Returns the value of attribute title
143 144 145 |
# File 'ui/examples/foobar.rb', line 143 def title @title end |