Class: SolidusMelhorEnvio::Configuration
- Inherits:
-
Object
- Object
- SolidusMelhorEnvio::Configuration
- Defined in:
- lib/solidus_melhor_envio/configuration.rb
Instance Attribute Summary collapse
-
#app_name ⇒ Object
Define here the settings for this extension, e.g.:.
-
#postal_code_from ⇒ Object
Define here the settings for this extension, e.g.:.
-
#services ⇒ Object
Define here the settings for this extension, e.g.:.
Instance Attribute Details
#app_name ⇒ Object
Define here the settings for this extension, e.g.:
attr_accessor :my_setting
8 9 10 |
# File 'lib/solidus_melhor_envio/configuration.rb', line 8 def app_name @app_name end |
#postal_code_from ⇒ Object
Define here the settings for this extension, e.g.:
attr_accessor :my_setting
8 9 10 |
# File 'lib/solidus_melhor_envio/configuration.rb', line 8 def postal_code_from @postal_code_from end |
#services ⇒ Object
Define here the settings for this extension, e.g.:
attr_accessor :my_setting
8 9 10 |
# File 'lib/solidus_melhor_envio/configuration.rb', line 8 def services @services end |