Class: Virtuozzo::SOAP::Types::Backupm::Search_optionsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_dateObject

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

#hostnameObject

Returns the value of attribute hostname.



69
70
71
# File 'lib/virtuozzo/soap/types/backupm.rb', line 69

def hostname
  @hostname
end

#ipObject

Returns the value of attribute ip.



70
71
72
# File 'lib/virtuozzo/soap/types/backupm.rb', line 70

def ip
  @ip
end

#start_dateObject

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