Class: Virtuozzo::SOAP::Types::Computerm::Time_zone

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/computerm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/computermtime_zone

name - SOAP::SOAPString
display_name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, display_name = nil) ⇒ Time_zone

Returns a new instance of Time_zone.



2122
2123
2124
2125
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2122

def initialize(name = nil, display_name = nil)
  @name = name
  @display_name = display_name
end

Instance Attribute Details

#display_nameObject

Returns the value of attribute display_name.



2120
2121
2122
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2120

def display_name
  @display_name
end

#nameObject

Returns the value of attribute name.



2119
2120
2121
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2119

def name
  @name
end