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
45 46 47 |
# File 'lib/bricolage/commandlineapplication.rb', line 45 def ds @ds end |
#kind ⇒ Object
Returns the value of attribute kind
45 46 47 |
# File 'lib/bricolage/commandlineapplication.rb', line 45 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
45 46 47 |
# File 'lib/bricolage/commandlineapplication.rb', line 45 def name @name end |