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



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

def flag
  @flag
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end

#regexObject

Returns the value of attribute regex



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

def regex
  @regex
end

#schemeObject

Returns the value of attribute scheme



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

def scheme
  @scheme
end

#tagObject

Returns the value of attribute tag



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

def tag
  @tag
end