Method: AdCenterWrapper::Invoice#initialize
- Defined in:
- lib/adcenter_wrapper_entities.rb
#initialize(data = nil, id = nil, type = nil) ⇒ Invoice
Returns a new instance of Invoice.
3594 3595 3596 3597 3598 |
# File 'lib/adcenter_wrapper_entities.rb', line 3594 def initialize(data = nil, id = nil, type = nil) @data = data @id = id @type = type end |