Class: StepMethod

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

Instance Attribute Summary collapse

Instance Attribute Details

#cmd_textObject

Returns the value of attribute cmd_text

Returns:

  • (Object)

    the current value of cmd_text



221
222
223
# File 'lib/dake/parser.rb', line 221

def cmd_text
  @cmd_text
end

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



221
222
223
# File 'lib/dake/parser.rb', line 221

def commands
  @commands
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



221
222
223
# File 'lib/dake/parser.rb', line 221

def context
  @context
end

#doc_strObject

Returns the value of attribute doc_str

Returns:

  • (Object)

    the current value of doc_str



221
222
223
# File 'lib/dake/parser.rb', line 221

def doc_str
  @doc_str
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



221
222
223
# File 'lib/dake/parser.rb', line 221

def name
  @name
end

#option_dictObject

Returns the value of attribute option_dict

Returns:

  • (Object)

    the current value of option_dict



221
222
223
# File 'lib/dake/parser.rb', line 221

def option_dict
  @option_dict
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



221
222
223
# File 'lib/dake/parser.rb', line 221

def options
  @options
end

#src_fileObject

Returns the value of attribute src_file

Returns:

  • (Object)

    the current value of src_file



221
222
223
# File 'lib/dake/parser.rb', line 221

def src_file
  @src_file
end