Class: Virtuozzo::SOAP::Types::Computerm::Set_date
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Computerm::Set_date
- Defined in:
- lib/virtuozzo/soap/types/computerm.rb
Overview
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
Instance Method Summary collapse
-
#initialize(date = nil) ⇒ Set_date
constructor
A new instance of Set_date.
Constructor Details
#initialize(date = nil) ⇒ Set_date
Returns a new instance of Set_date.
2104 2105 2106 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2104 def initialize(date = nil) @date = date end |
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
2102 2103 2104 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2102 def date @date end |