Class: Target
- Inherits:
-
Struct
- Object
- Struct
- Target
- Defined in:
- lib/dake/parser.rb
Instance Attribute Summary collapse
-
#flag ⇒ Object
Returns the value of attribute flag.
-
#name ⇒ Object
Returns the value of attribute name.
-
#regex ⇒ Object
Returns the value of attribute regex.
-
#scheme ⇒ Object
Returns the value of attribute scheme.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#flag ⇒ Object
Returns the value of attribute flag
212 213 214 |
# File 'lib/dake/parser.rb', line 212 def flag @flag end |
#name ⇒ Object
Returns the value of attribute name
212 213 214 |
# File 'lib/dake/parser.rb', line 212 def name @name end |
#regex ⇒ Object
Returns the value of attribute regex
212 213 214 |
# File 'lib/dake/parser.rb', line 212 def regex @regex end |
#scheme ⇒ Object
Returns the value of attribute scheme
212 213 214 |
# File 'lib/dake/parser.rb', line 212 def scheme @scheme end |
#tag ⇒ Object
Returns the value of attribute tag
212 213 214 |
# File 'lib/dake/parser.rb', line 212 def tag @tag end |