Class: Vizcore::CLISupport::DslReference::Entry
- Inherits:
-
Struct
- Object
- Struct
- Vizcore::CLISupport::DslReference::Entry
- Defined in:
- lib/vizcore/cli/dsl_reference.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#syntax ⇒ Object
Returns the value of attribute syntax.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
9 10 11 |
# File 'lib/vizcore/cli/dsl_reference.rb', line 9 def description @description end |
#syntax ⇒ Object
Returns the value of attribute syntax
9 10 11 |
# File 'lib/vizcore/cli/dsl_reference.rb', line 9 def syntax @syntax end |