Class: DedicatedBackupFtpInfoReturn

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

Overview

http://soapi.ovh.com/managerdedicatedBackupFtpInfoReturn

Constant Summary collapse

@@schema_type =
"dedicatedBackupFtpInfoReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["ftpBackupName", ["SOAP::SOAPString", XSD::QName.new(nil, "ftpBackupName")]], ["quotaUsed", ["SOAP::SOAPInt", XSD::QName.new(nil, "quotaUsed")]], ["quotaSize", ["SOAP::SOAPInt", XSD::QName.new(nil, "quotaSize")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ftpBackupName = nil, quotaUsed = nil, quotaSize = nil) ⇒ DedicatedBackupFtpInfoReturn

Returns a new instance of DedicatedBackupFtpInfoReturn.



2438
2439
2440
2441
2442
# File 'lib/ovhrb/manager/manager.rb', line 2438

def initialize(ftpBackupName = nil, quotaUsed = nil, quotaSize = nil)
  @ftpBackupName = ftpBackupName
  @quotaUsed = quotaUsed
  @quotaSize = quotaSize
end

Instance Attribute Details

#ftpBackupNameObject

Returns the value of attribute ftpBackupName.



2434
2435
2436
# File 'lib/ovhrb/manager/manager.rb', line 2434

def ftpBackupName
  @ftpBackupName
end

#quotaSizeObject

Returns the value of attribute quotaSize.



2436
2437
2438
# File 'lib/ovhrb/manager/manager.rb', line 2436

def quotaSize
  @quotaSize
end

#quotaUsedObject

Returns the value of attribute quotaUsed.



2435
2436
2437
# File 'lib/ovhrb/manager/manager.rb', line 2435

def quotaUsed
  @quotaUsed
end