Class: Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service::Check_period

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/up2date.rb

Overview

inner class for member: check_period http://www.swsoft.com/webservices/vza/4.0.0/vzaup2datecheck_period

sunday - (any)
monday - (any)
tuesday - (any)
wednesday - (any)
thursday - (any)
friday - (any)
saturday - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sunday = nil, monday = nil, tuesday = nil, wednesday = nil, thursday = nil, friday = nil, saturday = nil) ⇒ Check_period

Returns a new instance of Check_period.



103
104
105
106
107
108
109
110
111
# File 'lib/virtuozzo/soap/types/up2date.rb', line 103

def initialize(sunday = nil, monday = nil, tuesday = nil, wednesday = nil, thursday = nil, friday = nil, saturday = nil)
  @sunday = sunday
  @monday = monday
  @tuesday = tuesday
  @wednesday = wednesday
  @thursday = thursday
  @friday = friday
  @saturday = saturday
end

Instance Attribute Details

#fridayObject

Returns the value of attribute friday.



100
101
102
# File 'lib/virtuozzo/soap/types/up2date.rb', line 100

def friday
  @friday
end

#mondayObject

Returns the value of attribute monday.



96
97
98
# File 'lib/virtuozzo/soap/types/up2date.rb', line 96

def monday
  @monday
end

#saturdayObject

Returns the value of attribute saturday.



101
102
103
# File 'lib/virtuozzo/soap/types/up2date.rb', line 101

def saturday
  @saturday
end

#sundayObject

Returns the value of attribute sunday.



95
96
97
# File 'lib/virtuozzo/soap/types/up2date.rb', line 95

def sunday
  @sunday
end

#thursdayObject

Returns the value of attribute thursday.



99
100
101
# File 'lib/virtuozzo/soap/types/up2date.rb', line 99

def thursday
  @thursday
end

#tuesdayObject

Returns the value of attribute tuesday.



97
98
99
# File 'lib/virtuozzo/soap/types/up2date.rb', line 97

def tuesday
  @tuesday
end

#wednesdayObject

Returns the value of attribute wednesday.



98
99
100
# File 'lib/virtuozzo/soap/types/up2date.rb', line 98

def wednesday
  @wednesday
end