Class: VimSdk::SoapBoolean

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_vim_sdk/types.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#valueObject

Returns the value of attribute value.



6
7
8
# File 'lib/ruby_vim_sdk/types.rb', line 6

def value
  @value
end