Class: Bricolage::CommandLineApplication::DataSourceOpt

Inherits:
Struct
  • Object
show all
Defined in:
lib/bricolage/commandlineapplication.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dsObject

Returns the value of attribute ds

Returns:

  • (Object)

    the current value of ds



47
48
49
# File 'lib/bricolage/commandlineapplication.rb', line 47

def ds
  @ds
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



47
48
49
# File 'lib/bricolage/commandlineapplication.rb', line 47

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



47
48
49
# File 'lib/bricolage/commandlineapplication.rb', line 47

def name
  @name
end