Class: Textus::Application::Envelope::Writer::Payload

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/application/envelope/writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



15
16
17
# File 'lib/textus/application/envelope/writer.rb', line 15

def body
  @body
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



15
16
17
# File 'lib/textus/application/envelope/writer.rb', line 15

def content
  @content
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



15
16
17
# File 'lib/textus/application/envelope/writer.rb', line 15

def meta
  @meta
end