Class: Zinc::Tracking

Inherits:
Model
  • Object
show all
Defined in:
lib/zinc/tracking.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_hash

Constructor Details

This class inherits a constructor from Zinc::Model

Instance Attribute Details

#carrierObject

Returns the value of attribute carrier.



3
4
5
# File 'lib/zinc/tracking.rb', line 3

def carrier
  @carrier
end

#merchant_order_idObject

Returns the value of attribute merchant_order_id.



3
4
5
# File 'lib/zinc/tracking.rb', line 3

def merchant_order_id
  @merchant_order_id
end

#obtained_atObject

Returns the value of attribute obtained_at.



3
4
5
# File 'lib/zinc/tracking.rb', line 3

def obtained_at
  @obtained_at
end

#product_idObject

Returns the value of attribute product_id.



3
4
5
# File 'lib/zinc/tracking.rb', line 3

def product_id
  @product_id
end

#product_idsObject

Returns the value of attribute product_ids.



3
4
5
# File 'lib/zinc/tracking.rb', line 3

def product_ids
  @product_ids
end

#tracking_numberObject

Returns the value of attribute tracking_number.



3
4
5
# File 'lib/zinc/tracking.rb', line 3

def tracking_number
  @tracking_number
end

#tracking_urlObject

Returns the value of attribute tracking_url.



3
4
5
# File 'lib/zinc/tracking.rb', line 3

def tracking_url
  @tracking_url
end