Class: MilkTea::Build::FrontendModule
- Inherits:
-
Data
- Object
- Data
- MilkTea::Build::FrontendModule
- Defined in:
- lib/milk_tea/tooling/build.rb
Instance Attribute Summary collapse
-
#compiler_flags ⇒ Object
readonly
Returns the value of attribute compiler_flags.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#link_libraries ⇒ Object
readonly
Returns the value of attribute link_libraries.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#uses_parallel_for ⇒ Object
readonly
Returns the value of attribute uses_parallel_for.
Instance Attribute Details
#compiler_flags ⇒ Object (readonly)
Returns the value of attribute compiler_flags
17 18 19 |
# File 'lib/milk_tea/tooling/build.rb', line 17 def compiler_flags @compiler_flags end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
17 18 19 |
# File 'lib/milk_tea/tooling/build.rb', line 17 def kind @kind end |
#link_libraries ⇒ Object (readonly)
Returns the value of attribute link_libraries
17 18 19 |
# File 'lib/milk_tea/tooling/build.rb', line 17 def link_libraries @link_libraries end |
#name ⇒ Object (readonly)
Returns the value of attribute name
17 18 19 |
# File 'lib/milk_tea/tooling/build.rb', line 17 def name @name end |
#uses_parallel_for ⇒ Object (readonly)
Returns the value of attribute uses_parallel_for
17 18 19 |
# File 'lib/milk_tea/tooling/build.rb', line 17 def uses_parallel_for @uses_parallel_for end |