Class: MilkTea::Build::FrontendModule

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/tooling/build.rb

Instance Attribute Summary collapse

Instance Attribute Details

#compiler_flagsObject (readonly)

Returns the value of attribute compiler_flags

Returns:

  • (Object)

    the current value of compiler_flags



17
18
19
# File 'lib/milk_tea/tooling/build.rb', line 17

def compiler_flags
  @compiler_flags
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



17
18
19
# File 'lib/milk_tea/tooling/build.rb', line 17

def kind
  @kind
end

Returns the value of attribute link_libraries

Returns:

  • (Object)

    the current value of link_libraries



17
18
19
# File 'lib/milk_tea/tooling/build.rb', line 17

def link_libraries
  @link_libraries
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



17
18
19
# File 'lib/milk_tea/tooling/build.rb', line 17

def name
  @name
end

#uses_parallel_forObject (readonly)

Returns the value of attribute uses_parallel_for

Returns:

  • (Object)

    the current value of uses_parallel_for



17
18
19
# File 'lib/milk_tea/tooling/build.rb', line 17

def uses_parallel_for
  @uses_parallel_for
end