chrisenytc/uber-sdk

View on GitHub
lib/uber/models/promotion.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
module Uber
  class Promotion < Base
    attr_accessor :display_text, :localized_value, :type
  end
end