Class: Oselvar::Var::Core::DocString

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/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



13
14
15
# File 'lib/oselvar/var/core/plan.rb', line 13

def content
  @content
end

#content_typeObject (readonly)

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



13
14
15
# File 'lib/oselvar/var/core/plan.rb', line 13

def content_type
  @content_type
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



13
14
15
# File 'lib/oselvar/var/core/plan.rb', line 13

def span
  @span
end