Class: ElasticGraph::DatastoreCore::Configuration::ClientFaradayAdapter
- Inherits:
-
Data
- Object
- Data
- ElasticGraph::DatastoreCore::Configuration::ClientFaradayAdapter
- Defined in:
- lib/elastic_graph/datastore_core/config.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#require ⇒ Object
readonly
Returns the value of attribute require.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
283 284 285 |
# File 'lib/elastic_graph/datastore_core/config.rb', line 283 def name @name end |
#require ⇒ Object (readonly)
Returns the value of attribute require
283 284 285 |
# File 'lib/elastic_graph/datastore_core/config.rb', line 283 def require @require end |