Class: Varar::Core::DocString

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/core/plan.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



12
13
14
# File 'lib/varar/core/plan.rb', line 12

def content
  @content
end

#content_typeObject (readonly)

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



12
13
14
# File 'lib/varar/core/plan.rb', line 12

def content_type
  @content_type
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



12
13
14
# File 'lib/varar/core/plan.rb', line 12

def span
  @span
end