Class: Dake::TargetOption
- Inherits:
-
Struct
- Object
- Struct
- Dake::TargetOption
- Defined in:
- lib/dake.rb
Instance Attribute Summary collapse
-
#build_mode ⇒ Object
Returns the value of attribute build_mode.
-
#regex ⇒ Object
Returns the value of attribute regex.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#tree_mode ⇒ Object
Returns the value of attribute tree_mode.
Instance Attribute Details
#build_mode ⇒ Object
Returns the value of attribute build_mode
12 13 14 |
# File 'lib/dake.rb', line 12 def build_mode @build_mode end |
#regex ⇒ Object
Returns the value of attribute regex
12 13 14 |
# File 'lib/dake.rb', line 12 def regex @regex end |
#tag ⇒ Object
Returns the value of attribute tag
12 13 14 |
# File 'lib/dake.rb', line 12 def tag @tag end |
#tree_mode ⇒ Object
Returns the value of attribute tree_mode
12 13 14 |
# File 'lib/dake.rb', line 12 def tree_mode @tree_mode end |