Class: Ryb::Targets::Windows

Inherits:
Ryb::Target show all
Defined in:
lib/ryb/targets/windows.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Properties::Flags

included

Methods included from Properties::Defines

included

Methods included from Properties::Suffix

included

Methods included from Properties::Named

included

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

#sdkObject

Returns the value of attribute sdk.



6
7
8
# File 'lib/ryb/targets/windows.rb', line 6

def sdk
  @sdk
end