Class: StepMethod
- Inherits:
-
Struct
- Object
- Struct
- StepMethod
- Defined in:
- lib/dake/parser.rb
Instance Attribute Summary collapse
-
#cmd_text ⇒ Object
Returns the value of attribute cmd_text.
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#context ⇒ Object
Returns the value of attribute context.
-
#doc_str ⇒ Object
Returns the value of attribute doc_str.
-
#name ⇒ Object
Returns the value of attribute name.
-
#option_dict ⇒ Object
Returns the value of attribute option_dict.
-
#options ⇒ Object
Returns the value of attribute options.
-
#src_file ⇒ Object
Returns the value of attribute src_file.
Instance Attribute Details
#cmd_text ⇒ Object
Returns the value of attribute cmd_text
221 222 223 |
# File 'lib/dake/parser.rb', line 221 def cmd_text @cmd_text end |
#commands ⇒ Object
Returns the value of attribute commands
221 222 223 |
# File 'lib/dake/parser.rb', line 221 def commands @commands end |
#context ⇒ Object
Returns the value of attribute context
221 222 223 |
# File 'lib/dake/parser.rb', line 221 def context @context end |
#doc_str ⇒ Object
Returns the value of attribute doc_str
221 222 223 |
# File 'lib/dake/parser.rb', line 221 def doc_str @doc_str end |
#name ⇒ Object
Returns the value of attribute name
221 222 223 |
# File 'lib/dake/parser.rb', line 221 def name @name end |
#option_dict ⇒ Object
Returns the value of attribute option_dict
221 222 223 |
# File 'lib/dake/parser.rb', line 221 def option_dict @option_dict end |
#options ⇒ Object
Returns the value of attribute options
221 222 223 |
# File 'lib/dake/parser.rb', line 221 def end |
#src_file ⇒ Object
Returns the value of attribute src_file
221 222 223 |
# File 'lib/dake/parser.rb', line 221 def src_file @src_file end |