Class: SpreeGladly::Configuration

Inherits:
Spree::Preferences::Configuration
  • Object
show all
Defined in:
app/models/spree_gladly/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#basic_lookup_presenterObject

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_presenterObject

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_urlObject

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_keyObject

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_usernameObject

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_includesObject

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_limitObject

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_sortingObject

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_statesObject

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_eventsObject

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