Class: AlgoliaSearchConfig
- Inherits:
-
Object
- Object
- AlgoliaSearchConfig
- Defined in:
- lib/motion/project/motion-algolia-search.rb
Instance Attribute Summary collapse
-
#license ⇒ Object
Returns the value of attribute license.
Instance Method Summary collapse
-
#initialize(config) ⇒ AlgoliaSearchConfig
constructor
A new instance of AlgoliaSearchConfig.
Constructor Details
#initialize(config) ⇒ AlgoliaSearchConfig
Returns a new instance of AlgoliaSearchConfig.
8 9 10 |
# File 'lib/motion/project/motion-algolia-search.rb', line 8 def initialize(config) @config = config end |
Instance Attribute Details
#license ⇒ Object
Returns the value of attribute license.
6 7 8 |
# File 'lib/motion/project/motion-algolia-search.rb', line 6 def license @license end |