Class: SolidusMelhorEnvio::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/solidus_melhor_envio/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_nameObject

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_fromObject

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

#servicesObject

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