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.



1290
1291
1292
1293
# File 'lib/zuora/ZUORA.rb', line 1290

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

Instance Attribute Details

#idsObject

Returns the value of attribute ids.



1288
1289
1290
# File 'lib/zuora/ZUORA.rb', line 1288

def ids
  @ids
end

#typeObject

Returns the value of attribute type.



1287
1288
1289
# File 'lib/zuora/ZUORA.rb', line 1287

def type
  @type
end