Class: Ryb::Targets::Windows
- Inherits:
-
Ryb::Target
- Object
- Ryb::Target
- Ryb::Targets::Windows
- Defined in:
- lib/ryb/targets/windows.rb
Instance Attribute Summary collapse
-
#sdk ⇒ Object
Returns the value of attribute sdk.
Instance Method Summary collapse
-
#initialize(&block) ⇒ Windows
constructor
A new instance of Windows.
Methods included from Properties::Flags
Methods included from Properties::Defines
Methods included from Properties::Suffix
Methods included from Properties::Named
Constructor Details
#initialize(&block) ⇒ Windows
Returns a new instance of Windows.
8 9 10 |
# File 'lib/ryb/targets/windows.rb', line 8 def initialize(&block) super('windows', pretty: 'Windows', &block) end |
Instance Attribute Details
#sdk ⇒ Object
Returns the value of attribute sdk.
6 7 8 |
# File 'lib/ryb/targets/windows.rb', line 6 def sdk @sdk end |