Module: HasTracking::InstanceMethods
- Defined in:
- lib/has_tracking.rb
Instance Method Summary collapse
Instance Method Details
#track ⇒ Object
18 19 20 |
# File 'lib/has_tracking.rb', line 18 def track return Track.new(read_attribute(self.class.tracking_number)) end |