module TrackUnit::Client::Units
Public Instance Methods
units(options = {})
click to toggle source
# File lib/trackunit/client/units.rb, line 4 def units(options = {}) response = self.class.get('/unit') Unit.serialize_response(response) end