Class: Pennyworth::Models::Text
- Inherits:
-
Data
- Object
- Data
- Pennyworth::Models::Text
- Defined in:
- lib/pennyworth/models/text.rb
Overview
Defines basic text.
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
6 7 8 |
# File 'lib/pennyworth/models/text.rb', line 6 def content @content end |
#id ⇒ Object (readonly)
Returns the value of attribute id
6 7 8 |
# File 'lib/pennyworth/models/text.rb', line 6 def id @id end |