Class: Dk::HasTheStubs::Stub
- Inherits:
-
Struct
- Object
- Struct
- Dk::HasTheStubs::Stub
- Defined in:
- lib/dk/has_the_stubs.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#cmd_str_proc ⇒ Object
Returns the value of attribute cmd_str_proc.
-
#given_opts_proc ⇒ Object
Returns the value of attribute given_opts_proc.
-
#input_proc ⇒ Object
Returns the value of attribute input_proc.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
112 113 114 |
# File 'lib/dk/has_the_stubs.rb', line 112 def block @block end |
#cmd_str_proc ⇒ Object
Returns the value of attribute 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_proc ⇒ Object
Returns the value of attribute given_opts_proc
112 113 114 |
# File 'lib/dk/has_the_stubs.rb', line 112 def given_opts_proc @given_opts_proc end |
#input_proc ⇒ Object
Returns the value of attribute input_proc
112 113 114 |
# File 'lib/dk/has_the_stubs.rb', line 112 def input_proc @input_proc end |