Class: Textus::Value::Payload
- Inherits:
-
Data
- Object
- Data
- Textus::Value::Payload
- Defined in:
- lib/textus/value/payload.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
5 6 7 |
# File 'lib/textus/value/payload.rb', line 5 def body @body end |
#content ⇒ Object (readonly)
Returns the value of attribute content
5 6 7 |
# File 'lib/textus/value/payload.rb', line 5 def content @content end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
5 6 7 |
# File 'lib/textus/value/payload.rb', line 5 def @meta end |