Class: Injest::Configuration
- Inherits:
-
Object
- Object
- Injest::Configuration
- Includes:
- Singleton
- Defined in:
- lib/injest/configuration.rb
Instance Attribute Summary collapse
-
#injest_client ⇒ Object
readonly
Returns the value of attribute injest_client.
-
#injest_root ⇒ Object
readonly
Returns the value of attribute injest_root.
-
#injest_token ⇒ Object
readonly
Returns the value of attribute injest_token.
-
#strategies ⇒ Object
readonly
Returns the value of attribute strategies.
-
#strategy ⇒ Object
readonly
Returns the value of attribute strategy.
Instance Attribute Details
#injest_client ⇒ Object (readonly)
Returns the value of attribute injest_client.
4 5 6 |
# File 'lib/injest/configuration.rb', line 4 def injest_client @injest_client end |
#injest_root ⇒ Object (readonly)
Returns the value of attribute injest_root.
4 5 6 |
# File 'lib/injest/configuration.rb', line 4 def injest_root @injest_root end |
#injest_token ⇒ Object (readonly)
Returns the value of attribute injest_token.
4 5 6 |
# File 'lib/injest/configuration.rb', line 4 def injest_token @injest_token end |
#strategies ⇒ Object (readonly)
Returns the value of attribute strategies.
4 5 6 |
# File 'lib/injest/configuration.rb', line 4 def strategies @strategies end |
#strategy ⇒ Object (readonly)
Returns the value of attribute strategy.
4 5 6 |
# File 'lib/injest/configuration.rb', line 4 def strategy @strategy end |