Class: Textus::Store::Writer::Payload
- Inherits:
-
Data
- Object
- Data
- Textus::Store::Writer::Payload
- Defined in:
- lib/textus/store/writer.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
6 7 8 |
# File 'lib/textus/store/writer.rb', line 6 def body @body end |
#content ⇒ Object (readonly)
Returns the value of attribute content
6 7 8 |
# File 'lib/textus/store/writer.rb', line 6 def content @content end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
6 7 8 |
# File 'lib/textus/store/writer.rb', line 6 def @meta end |