Class: Injest::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/injest/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#injest_clientObject (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_rootObject (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_tokenObject (readonly)

Returns the value of attribute injest_token.



4
5
6
# File 'lib/injest/configuration.rb', line 4

def injest_token
  @injest_token
end

#strategiesObject (readonly)

Returns the value of attribute strategies.



4
5
6
# File 'lib/injest/configuration.rb', line 4

def strategies
  @strategies
end

#strategyObject (readonly)

Returns the value of attribute strategy.



4
5
6
# File 'lib/injest/configuration.rb', line 4

def strategy
  @strategy
end