Class: Textus::Application::Envelope::Writer::Payload
- Inherits:
-
Data
- Object
- Data
- Textus::Application::Envelope::Writer::Payload
- Defined in:
- lib/textus/application/envelope/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
15 16 17 |
# File 'lib/textus/application/envelope/writer.rb', line 15 def body @body end |
#content ⇒ Object (readonly)
Returns the value of attribute content
15 16 17 |
# File 'lib/textus/application/envelope/writer.rb', line 15 def content @content end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
15 16 17 |
# File 'lib/textus/application/envelope/writer.rb', line 15 def @meta end |