Class: Virtuozzo::SOAP::Types::Backupm::Search_optionsType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Search_optionsType
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/backupmsearch_optionsType
hostname - SOAP::SOAPString
ip - SOAP::SOAPString
start_date - SOAP::SOAPDate
end_date - SOAP::SOAPDate
Instance Attribute Summary collapse
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Instance Method Summary collapse
-
#initialize(hostname = nil, ip = nil, start_date = nil, end_date = nil) ⇒ Search_optionsType
constructor
A new instance of Search_optionsType.
Constructor Details
#initialize(hostname = nil, ip = nil, start_date = nil, end_date = nil) ⇒ Search_optionsType
Returns a new instance of Search_optionsType.
74 75 76 77 78 79 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 74 def initialize(hostname = nil, ip = nil, start_date = nil, end_date = nil) @hostname = hostname @ip = ip @start_date = start_date @end_date = end_date end |
Instance Attribute Details
#end_date ⇒ Object
Returns the value of attribute end_date.
72 73 74 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 72 def end_date @end_date end |
#hostname ⇒ Object
Returns the value of attribute hostname.
69 70 71 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 69 def hostname @hostname end |
#ip ⇒ Object
Returns the value of attribute ip.
70 71 72 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 70 def ip @ip end |
#start_date ⇒ Object
Returns the value of attribute start_date.
71 72 73 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 71 def start_date @start_date end |