Class: Step

Inherits:
Struct
  • Object
show all
Defined in:
lib/dake/parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#cmd_textObject

Returns the value of attribute cmd_text

Returns:

  • (Object)

    the current value of cmd_text



219
220
221
# File 'lib/dake/parser.rb', line 219

def cmd_text
  @cmd_text
end

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



219
220
221
# File 'lib/dake/parser.rb', line 219

def commands
  @commands
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



219
220
221
# File 'lib/dake/parser.rb', line 219

def context
  @context
end

#doc_strObject

Returns the value of attribute doc_str

Returns:

  • (Object)

    the current value of doc_str



219
220
221
# File 'lib/dake/parser.rb', line 219

def doc_str
  @doc_str
end

#option_dictObject

Returns the value of attribute option_dict

Returns:

  • (Object)

    the current value of option_dict



219
220
221
# File 'lib/dake/parser.rb', line 219

def option_dict
  @option_dict
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



219
220
221
# File 'lib/dake/parser.rb', line 219

def options
  @options
end

#prerequisitesObject

Returns the value of attribute prerequisites

Returns:

  • (Object)

    the current value of prerequisites



219
220
221
# File 'lib/dake/parser.rb', line 219

def prerequisites
  @prerequisites
end

#src_fileObject

Returns the value of attribute src_file

Returns:

  • (Object)

    the current value of src_file



219
220
221
# File 'lib/dake/parser.rb', line 219

def src_file
  @src_file
end

#targetsObject

Returns the value of attribute targets

Returns:

  • (Object)

    the current value of targets



219
220
221
# File 'lib/dake/parser.rb', line 219

def targets
  @targets
end

Instance Method Details

#hashObject



220
# File 'lib/dake/parser.rb', line 220

def hash; self.object_id.hash end