Class: HighLevel::Models::Payments::FulfillmentTracking
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::FulfillmentTracking
- Defined in:
- lib/high_level/models/payments/fulfillment_tracking.rb
Instance Attribute Summary collapse
-
#shipping_carrier ⇒ Object
readonly
Returns the value of attribute shipping_carrier.
-
#tracking_number ⇒ Object
readonly
Returns the value of attribute tracking_number.
-
#tracking_url ⇒ Object
readonly
Returns the value of attribute tracking_url.
Instance Attribute Details
#shipping_carrier ⇒ Object (readonly)
Returns the value of attribute shipping_carrier
9 10 11 |
# File 'lib/high_level/models/payments/fulfillment_tracking.rb', line 9 def shipping_carrier @shipping_carrier end |
#tracking_number ⇒ Object (readonly)
Returns the value of attribute tracking_number
9 10 11 |
# File 'lib/high_level/models/payments/fulfillment_tracking.rb', line 9 def tracking_number @tracking_number end |
#tracking_url ⇒ Object (readonly)
Returns the value of attribute tracking_url
9 10 11 |
# File 'lib/high_level/models/payments/fulfillment_tracking.rb', line 9 def tracking_url @tracking_url end |