Class: Textus::Store::Writer::Payload

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



6
7
8
# File 'lib/textus/store/writer.rb', line 6

def body
  @body
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



6
7
8
# File 'lib/textus/store/writer.rb', line 6

def content
  @content
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



6
7
8
# File 'lib/textus/store/writer.rb', line 6

def meta
  @meta
end