Class: PrepaidGetHistoryReturn

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

Overview

http://soapi.ovh.com/managerprepaidGetHistoryReturn

Constant Summary collapse

@@schema_type =
"prepaidGetHistoryReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["page", ["SOAP::SOAPInt", XSD::QName.new(nil, "page")]], ["total", ["SOAP::SOAPInt", XSD::QName.new(nil, "total")]], ["start", ["SOAP::SOAPInt", XSD::QName.new(nil, "start")]], ["v_end", ["SOAP::SOAPInt", XSD::QName.new(nil, "end")]], ["operations", ["MyArrayOfPrepaidOperationStructType", XSD::QName.new(nil, "operations")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(page = nil, total = nil, start = nil, v_end = nil, operations = nil) ⇒ PrepaidGetHistoryReturn

Returns a new instance of PrepaidGetHistoryReturn.



5424
5425
5426
5427
5428
5429
5430
# File 'lib/ovhrb/manager/manager.rb', line 5424

def initialize(page = nil, total = nil, start = nil, v_end = nil, operations = nil)
  @page = page
  @total = total
  @start = start
  @v_end = v_end
  @operations = operations
end

Instance Attribute Details

#operationsObject

Returns the value of attribute operations.



5414
5415
5416
# File 'lib/ovhrb/manager/manager.rb', line 5414

def operations
  @operations
end

#pageObject

Returns the value of attribute page.



5411
5412
5413
# File 'lib/ovhrb/manager/manager.rb', line 5411

def page
  @page
end

#startObject

Returns the value of attribute start.



5413
5414
5415
# File 'lib/ovhrb/manager/manager.rb', line 5413

def start
  @start
end

#totalObject

Returns the value of attribute total.



5412
5413
5414
# File 'lib/ovhrb/manager/manager.rb', line 5412

def total
  @total
end

Instance Method Details

#endObject



5416
5417
5418
# File 'lib/ovhrb/manager/manager.rb', line 5416

def end
  @v_end
end

#end=(value) ⇒ Object



5420
5421
5422
# File 'lib/ovhrb/manager/manager.rb', line 5420

def end=(value)
  @v_end = value
end