Class: Textus::Value::Payload

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/value/payload.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



5
6
7
# File 'lib/textus/value/payload.rb', line 5

def body
  @body
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



5
6
7
# File 'lib/textus/value/payload.rb', line 5

def content
  @content
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



5
6
7
# File 'lib/textus/value/payload.rb', line 5

def meta
  @meta
end