Class: Step
- Inherits:
-
Struct
- Object
- Struct
- Step
- 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.
-
#option_dict ⇒ Object
Returns the value of attribute option_dict.
-
#options ⇒ Object
Returns the value of attribute options.
-
#prerequisites ⇒ Object
Returns the value of attribute prerequisites.
-
#src_file ⇒ Object
Returns the value of attribute src_file.
-
#targets ⇒ Object
Returns the value of attribute targets.
Instance Method Summary collapse
Instance Attribute Details
#cmd_text ⇒ Object
Returns the value of attribute cmd_text
219 220 221 |
# File 'lib/dake/parser.rb', line 219 def cmd_text @cmd_text end |
#commands ⇒ Object
Returns the value of attribute commands
219 220 221 |
# File 'lib/dake/parser.rb', line 219 def commands @commands end |
#context ⇒ Object
Returns the value of attribute context
219 220 221 |
# File 'lib/dake/parser.rb', line 219 def context @context end |
#doc_str ⇒ Object
Returns the value of attribute doc_str
219 220 221 |
# File 'lib/dake/parser.rb', line 219 def doc_str @doc_str end |
#option_dict ⇒ Object
Returns the value of attribute option_dict
219 220 221 |
# File 'lib/dake/parser.rb', line 219 def option_dict @option_dict end |
#options ⇒ Object
Returns the value of attribute options
219 220 221 |
# File 'lib/dake/parser.rb', line 219 def end |
#prerequisites ⇒ Object
Returns the value of attribute prerequisites
219 220 221 |
# File 'lib/dake/parser.rb', line 219 def prerequisites @prerequisites end |
#src_file ⇒ Object
Returns the value of attribute src_file
219 220 221 |
# File 'lib/dake/parser.rb', line 219 def src_file @src_file end |
#targets ⇒ Object
Returns the value of attribute targets
219 220 221 |
# File 'lib/dake/parser.rb', line 219 def targets @targets end |
Instance Method Details
#hash ⇒ Object
220 |
# File 'lib/dake/parser.rb', line 220 def hash; self.object_id.hash end |