Class: Virtuozzo::SOAP::Types::Computerm::Date
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Computerm::Date
- Defined in:
- lib/virtuozzo/soap/types/computerm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/computermdate
time - (any)
time_zone - SOAP::SOAPString
Instance Attribute Summary collapse
-
#time ⇒ Object
Returns the value of attribute time.
-
#time_zone ⇒ Object
Returns the value of attribute time_zone.
Instance Method Summary collapse
-
#initialize(time = nil, time_zone = nil) ⇒ Date
constructor
A new instance of Date.
Constructor Details
#initialize(time = nil, time_zone = nil) ⇒ Date
Returns a new instance of Date.
2093 2094 2095 2096 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2093 def initialize(time = nil, time_zone = nil) @time = time @time_zone = time_zone end |
Instance Attribute Details
#time ⇒ Object
Returns the value of attribute time.
2090 2091 2092 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2090 def time @time end |
#time_zone ⇒ Object
Returns the value of attribute time_zone.
2091 2092 2093 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2091 def time_zone @time_zone end |