Class: SqlpriveCronStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/managersqlpriveCronStruct

Constant Summary collapse

@@schema_type =
"sqlpriveCronStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["id", ["SOAP::SOAPInt", XSD::QName.new(nil, "id")]], ["active", ["SOAP::SOAPString", XSD::QName.new(nil, "active")]], ["days", ["SOAP::SOAPString", XSD::QName.new(nil, "days")]], ["hours", ["SOAP::SOAPString", XSD::QName.new(nil, "hours")]], ["operation", ["SOAP::SOAPString", XSD::QName.new(nil, "operation")]], ["endDate", ["SOAP::SOAPString", XSD::QName.new(nil, "endDate")]], ["comment", ["SOAP::SOAPString", XSD::QName.new(nil, "comment")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, active = nil, days = nil, hours = nil, operation = nil, endDate = nil, comment = nil) ⇒ SqlpriveCronStruct

Returns a new instance of SqlpriveCronStruct.



3932
3933
3934
3935
3936
3937
3938
3939
3940
# File 'lib/ovhrb/manager/manager.rb', line 3932

def initialize(id = nil, active = nil, days = nil, hours = nil, operation = nil, endDate = nil, comment = nil)
  @id = id
  @active = active
  @days = days
  @hours = hours
  @operation = operation
  @endDate = endDate
  @comment = comment
end

Instance Attribute Details

#activeObject

Returns the value of attribute active.



3925
3926
3927
# File 'lib/ovhrb/manager/manager.rb', line 3925

def active
  @active
end

#commentObject

Returns the value of attribute comment.



3930
3931
3932
# File 'lib/ovhrb/manager/manager.rb', line 3930

def comment
  @comment
end

#daysObject

Returns the value of attribute days.



3926
3927
3928
# File 'lib/ovhrb/manager/manager.rb', line 3926

def days
  @days
end

#endDateObject

Returns the value of attribute endDate.



3929
3930
3931
# File 'lib/ovhrb/manager/manager.rb', line 3929

def endDate
  @endDate
end

#hoursObject

Returns the value of attribute hours.



3927
3928
3929
# File 'lib/ovhrb/manager/manager.rb', line 3927

def hours
  @hours
end

#idObject

Returns the value of attribute id.



3924
3925
3926
# File 'lib/ovhrb/manager/manager.rb', line 3924

def id
  @id
end

#operationObject

Returns the value of attribute operation.



3928
3929
3930
# File 'lib/ovhrb/manager/manager.rb', line 3928

def operation
  @operation
end