Class: SpreeGladly::Configuration
- Inherits:
-
Spree::Preferences::Configuration
- Object
- Spree::Preferences::Configuration
- SpreeGladly::Configuration
- Defined in:
- app/models/spree_gladly/configuration.rb
Instance Attribute Summary collapse
-
#basic_lookup_presenter ⇒ Object
Returns the value of attribute basic_lookup_presenter.
-
#detailed_lookup_presenter ⇒ Object
Returns the value of attribute detailed_lookup_presenter.
-
#gladly_api_base_url ⇒ Object
Returns the value of attribute gladly_api_base_url.
-
#gladly_api_key ⇒ Object
Returns the value of attribute gladly_api_key.
-
#gladly_api_username ⇒ Object
Returns the value of attribute gladly_api_username.
-
#order_includes ⇒ Object
Returns the value of attribute order_includes.
-
#order_limit ⇒ Object
Returns the value of attribute order_limit.
-
#order_sorting ⇒ Object
Returns the value of attribute order_sorting.
-
#order_states ⇒ Object
Returns the value of attribute order_states.
-
#turn_off_built_in_events ⇒ Object
Returns the value of attribute turn_off_built_in_events.
Instance Attribute Details
#basic_lookup_presenter ⇒ Object
Returns the value of attribute basic_lookup_presenter.
6 7 8 |
# File 'app/models/spree_gladly/configuration.rb', line 6 def basic_lookup_presenter @basic_lookup_presenter end |
#detailed_lookup_presenter ⇒ Object
Returns the value of attribute detailed_lookup_presenter.
6 7 8 |
# File 'app/models/spree_gladly/configuration.rb', line 6 def detailed_lookup_presenter @detailed_lookup_presenter end |
#gladly_api_base_url ⇒ Object
Returns the value of attribute gladly_api_base_url.
6 7 8 |
# File 'app/models/spree_gladly/configuration.rb', line 6 def gladly_api_base_url @gladly_api_base_url end |
#gladly_api_key ⇒ Object
Returns the value of attribute gladly_api_key.
6 7 8 |
# File 'app/models/spree_gladly/configuration.rb', line 6 def gladly_api_key @gladly_api_key end |
#gladly_api_username ⇒ Object
Returns the value of attribute gladly_api_username.
6 7 8 |
# File 'app/models/spree_gladly/configuration.rb', line 6 def gladly_api_username @gladly_api_username end |
#order_includes ⇒ Object
Returns the value of attribute order_includes.
6 7 8 |
# File 'app/models/spree_gladly/configuration.rb', line 6 def order_includes @order_includes end |
#order_limit ⇒ Object
Returns the value of attribute order_limit.
6 7 8 |
# File 'app/models/spree_gladly/configuration.rb', line 6 def order_limit @order_limit end |
#order_sorting ⇒ Object
Returns the value of attribute order_sorting.
6 7 8 |
# File 'app/models/spree_gladly/configuration.rb', line 6 def order_sorting @order_sorting end |
#order_states ⇒ Object
Returns the value of attribute order_states.
6 7 8 |
# File 'app/models/spree_gladly/configuration.rb', line 6 def order_states @order_states end |
#turn_off_built_in_events ⇒ Object
Returns the value of attribute turn_off_built_in_events.
6 7 8 |
# File 'app/models/spree_gladly/configuration.rb', line 6 def turn_off_built_in_events @turn_off_built_in_events end |