# File lib/rbvmomi/basic_types.rb, line 355 def initialize x @val = x end
# File lib/rbvmomi/basic_types.rb, line 353 def self.wsdl_name; 'xsd:int' end
# File lib/rbvmomi/basic_types.rb, line 359 def to_s @val.to_s end