Class: Dk::HasTheStubs::Stub

Inherits:
Struct
  • Object
show all
Defined in:
lib/dk/has_the_stubs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



112
113
114
# File 'lib/dk/has_the_stubs.rb', line 112

def block
  @block
end

#cmd_str_procObject

Returns the value of attribute cmd_str_proc

Returns:

  • (Object)

    the current value of cmd_str_proc



112
113
114
# File 'lib/dk/has_the_stubs.rb', line 112

def cmd_str_proc
  @cmd_str_proc
end

#given_opts_procObject

Returns the value of attribute given_opts_proc

Returns:

  • (Object)

    the current value of given_opts_proc



112
113
114
# File 'lib/dk/has_the_stubs.rb', line 112

def given_opts_proc
  @given_opts_proc
end

#input_procObject

Returns the value of attribute input_proc

Returns:

  • (Object)

    the current value of input_proc



112
113
114
# File 'lib/dk/has_the_stubs.rb', line 112

def input_proc
  @input_proc
end