Class: DedicatedRtmListBackdoorStruct

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

Overview

http://soapi.ovh.com/managerdedicatedRtmListBackdoorStruct

Constant Summary collapse

@@schema_type =
"dedicatedRtmListBackdoorStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["date_email", ["SOAP::SOAPString", XSD::QName.new(nil, "date_email")]], ["date_start", ["SOAP::SOAPString", XSD::QName.new(nil, "date_start")]], ["date_end", ["SOAP::SOAPString", XSD::QName.new(nil, "date_end")]], ["date_today", ["SOAP::SOAPString", XSD::QName.new(nil, "date_today")]], ["id", ["SOAP::SOAPInt", XSD::QName.new(nil, "id")]], ["uid", ["SOAP::SOAPString", XSD::QName.new(nil, "uid")]], ["pid", ["SOAP::SOAPInt", XSD::QName.new(nil, "pid")]], ["do_not_mail", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "do_not_mail")]], ["active", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "active")]], ["status", ["SOAP::SOAPInt", XSD::QName.new(nil, "status")]], ["ip", ["SOAP::SOAPString", XSD::QName.new(nil, "ip")]], ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]], ["cmdline", ["SOAP::SOAPString", XSD::QName.new(nil, "cmdline")]], ["port", ["SOAP::SOAPInt", XSD::QName.new(nil, "port")]], ["procname", ["SOAP::SOAPString", XSD::QName.new(nil, "procname")]], ["exe", ["SOAP::SOAPString", XSD::QName.new(nil, "exe")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(date_email = nil, date_start = nil, date_end = nil, date_today = nil, id = nil, uid = nil, pid = nil, do_not_mail = nil, active = nil, status = nil, ip = nil, type = nil, cmdline = nil, port = nil, procname = nil, exe = nil) ⇒ DedicatedRtmListBackdoorStruct

Returns a new instance of DedicatedRtmListBackdoorStruct.



3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
# File 'lib/ovhrb/manager/manager.rb', line 3096

def initialize(date_email = nil, date_start = nil, date_end = nil, date_today = nil, id = nil, uid = nil, pid = nil, do_not_mail = nil, active = nil, status = nil, ip = nil, type = nil, cmdline = nil, port = nil, procname = nil, exe = nil)
  @date_email = date_email
  @date_start = date_start
  @date_end = date_end
  @date_today = date_today
  @id = id
  @uid = uid
  @pid = pid
  @do_not_mail = do_not_mail
  @active = active
  @status = status
  @ip = ip
  @type = type
  @cmdline = cmdline
  @port = port
  @procname = procname
  @exe = exe
end

Instance Attribute Details

#activeObject

Returns the value of attribute active.



3087
3088
3089
# File 'lib/ovhrb/manager/manager.rb', line 3087

def active
  @active
end

#cmdlineObject

Returns the value of attribute cmdline.



3091
3092
3093
# File 'lib/ovhrb/manager/manager.rb', line 3091

def cmdline
  @cmdline
end

#date_emailObject

Returns the value of attribute date_email.



3079
3080
3081
# File 'lib/ovhrb/manager/manager.rb', line 3079

def date_email
  @date_email
end

#date_endObject

Returns the value of attribute date_end.



3081
3082
3083
# File 'lib/ovhrb/manager/manager.rb', line 3081

def date_end
  @date_end
end

#date_startObject

Returns the value of attribute date_start.



3080
3081
3082
# File 'lib/ovhrb/manager/manager.rb', line 3080

def date_start
  @date_start
end

#date_todayObject

Returns the value of attribute date_today.



3082
3083
3084
# File 'lib/ovhrb/manager/manager.rb', line 3082

def date_today
  @date_today
end

#do_not_mailObject

Returns the value of attribute do_not_mail.



3086
3087
3088
# File 'lib/ovhrb/manager/manager.rb', line 3086

def do_not_mail
  @do_not_mail
end

#exeObject

Returns the value of attribute exe.



3094
3095
3096
# File 'lib/ovhrb/manager/manager.rb', line 3094

def exe
  @exe
end

#idObject

Returns the value of attribute id.



3083
3084
3085
# File 'lib/ovhrb/manager/manager.rb', line 3083

def id
  @id
end

#ipObject

Returns the value of attribute ip.



3089
3090
3091
# File 'lib/ovhrb/manager/manager.rb', line 3089

def ip
  @ip
end

#pidObject

Returns the value of attribute pid.



3085
3086
3087
# File 'lib/ovhrb/manager/manager.rb', line 3085

def pid
  @pid
end

#portObject

Returns the value of attribute port.



3092
3093
3094
# File 'lib/ovhrb/manager/manager.rb', line 3092

def port
  @port
end

#procnameObject

Returns the value of attribute procname.



3093
3094
3095
# File 'lib/ovhrb/manager/manager.rb', line 3093

def procname
  @procname
end

#statusObject

Returns the value of attribute status.



3088
3089
3090
# File 'lib/ovhrb/manager/manager.rb', line 3088

def status
  @status
end

#typeObject

Returns the value of attribute type.



3090
3091
3092
# File 'lib/ovhrb/manager/manager.rb', line 3090

def type
  @type
end

#uidObject

Returns the value of attribute uid.



3084
3085
3086
# File 'lib/ovhrb/manager/manager.rb', line 3084

def uid
  @uid
end