Class: Bricolage::CommandLineApplication::DataSourceOpt
- Inherits:
-
Struct
- Object
- Struct
- Bricolage::CommandLineApplication::DataSourceOpt
- Defined in:
- lib/bricolage/commandlineapplication.rb
Instance Attribute Summary collapse
-
#ds ⇒ Object
Returns the value of attribute ds.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#ds ⇒ Object
Returns the value of attribute ds
47 48 49 |
# File 'lib/bricolage/commandlineapplication.rb', line 47 def ds @ds end |
#kind ⇒ Object
Returns the value of attribute kind
47 48 49 |
# File 'lib/bricolage/commandlineapplication.rb', line 47 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
47 48 49 |
# File 'lib/bricolage/commandlineapplication.rb', line 47 def name @name end |