lib/cellular/configuration.rb in cellular-1.1.0 vs lib/cellular/configuration.rb in cellular-1.2.0
- old
+ new
@@ -1,7 +1,9 @@
module Cellular
class Configuration
attr_accessor :username, :password, :delivery_url, :backend
+ attr_accessor :country_code, :price, :sender
+
end
end