Class: Varar::Core::DocString
- Inherits:
-
Data
- Object
- Data
- Varar::Core::DocString
- Defined in:
- lib/varar/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
12 13 14 |
# File 'lib/varar/core/plan.rb', line 12 def content @content end |
#content_type ⇒ Object (readonly)
Returns the value of attribute content_type
12 13 14 |
# File 'lib/varar/core/plan.rb', line 12 def content_type @content_type end |
#span ⇒ Object (readonly)
Returns the value of attribute span
12 13 14 |
# File 'lib/varar/core/plan.rb', line 12 def span @span end |