Class: ZUORA::Delete

Inherits:
Object
  • Object
show all
Defined in:
lib/zuora/ZUORA.rb

Overview

/delete

type - SOAP::SOAPString
ids - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, ids = []) ⇒ Delete

Returns a new instance of Delete.



1264
1265
1266
1267
# File 'lib/zuora/ZUORA.rb', line 1264

def initialize(type = nil, ids = [])
  @type = type
  @ids = ids
end

Instance Attribute Details

#idsObject

Returns the value of attribute ids.



1262
1263
1264
# File 'lib/zuora/ZUORA.rb', line 1262

def ids
  @ids
end

#typeObject

Returns the value of attribute type.



1261
1262
1263
# File 'lib/zuora/ZUORA.rb', line 1261

def type
  @type
end