Class: Target

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

Instance Attribute Summary collapse

Instance Attribute Details

#flagObject

Returns the value of attribute flag

Returns:

  • (Object)

    the current value of flag



212
213
214
# File 'lib/dake/parser.rb', line 212

def flag
  @flag
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



212
213
214
# File 'lib/dake/parser.rb', line 212

def name
  @name
end

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



212
213
214
# File 'lib/dake/parser.rb', line 212

def regex
  @regex
end

#schemeObject

Returns the value of attribute scheme

Returns:

  • (Object)

    the current value of scheme



212
213
214
# File 'lib/dake/parser.rb', line 212

def scheme
  @scheme
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



212
213
214
# File 'lib/dake/parser.rb', line 212

def tag
  @tag
end