11 12 13 14
# File 'lib/fulfillment/resources/types.rb', line 11 def find(type_name) response = Request.new("types/#{type_name}").get response.body end
6 7 8 9
# File 'lib/fulfillment/resources/types.rb', line 6 def find_all response = Request.new("types").get response.body end