Class: Dake::TargetOption

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

Instance Attribute Summary collapse

Instance Attribute Details

#build_modeObject

Returns the value of attribute build_mode

Returns:

  • (Object)

    the current value of build_mode



12
13
14
# File 'lib/dake.rb', line 12

def build_mode
  @build_mode
end

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



12
13
14
# File 'lib/dake.rb', line 12

def regex
  @regex
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



12
13
14
# File 'lib/dake.rb', line 12

def tag
  @tag
end

#tree_modeObject

Returns the value of attribute tree_mode

Returns:

  • (Object)

    the current value of tree_mode



12
13
14
# File 'lib/dake.rb', line 12

def tree_mode
  @tree_mode
end