Class: Virtuozzo::SOAP::Types::Computerm::Time_zone
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Computerm::Time_zone
- 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
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, display_name = nil) ⇒ Time_zone
constructor
A new instance of Time_zone.
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_name ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
2119 2120 2121 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2119 def name @name end |