Class: ZUORA::Delete
- Inherits:
-
Object
- Object
- ZUORA::Delete
- Defined in:
- lib/zuora/ZUORA.rb
Overview
/delete
type - SOAP::SOAPString
ids - (any)
Instance Attribute Summary collapse
-
#ids ⇒ Object
Returns the value of attribute ids.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, ids = []) ⇒ Delete
constructor
A new instance of Delete.
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
#ids ⇒ Object
Returns the value of attribute ids.
1288 1289 1290 |
# File 'lib/zuora/ZUORA.rb', line 1288 def ids @ids end |
#type ⇒ Object
Returns the value of attribute type.
1287 1288 1289 |
# File 'lib/zuora/ZUORA.rb', line 1287 def type @type end |