Class: VimSdk::SoapBoolean
- Inherits:
-
Object
- Object
- VimSdk::SoapBoolean
- Defined in:
- lib/ruby_vim_sdk/types.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ SoapBoolean
constructor
A new instance of SoapBoolean.
Constructor Details
#initialize(value) ⇒ SoapBoolean
Returns a new instance of SoapBoolean.
7 8 9 |
# File 'lib/ruby_vim_sdk/types.rb', line 7 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
6 7 8 |
# File 'lib/ruby_vim_sdk/types.rb', line 6 def value @value end |