Class: Oselvar::Var::Core::DocString
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::DocString
- Defined in:
- lib/oselvar/var/core/plan.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#content_type ⇒ Object
readonly
Returns the value of attribute content_type.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
13 14 15 |
# File 'lib/oselvar/var/core/plan.rb', line 13 def content @content end |
#content_type ⇒ Object (readonly)
Returns the value of attribute content_type
13 14 15 |
# File 'lib/oselvar/var/core/plan.rb', line 13 def content_type @content_type end |
#span ⇒ Object (readonly)
Returns the value of attribute span
13 14 15 |
# File 'lib/oselvar/var/core/plan.rb', line 13 def span @span end |