Class: MetabaseQuerySync::Config
- Inherits:
-
Object
- Object
- MetabaseQuerySync::Config
- Defined in:
- lib/metabase_query_sync/config.rb
Instance Attribute Summary collapse
-
#credentials ⇒ Object
readonly
Returns the value of attribute credentials.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(credentials:, path:) ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize(credentials:, path:) ⇒ Config
Returns a new instance of Config.
7 8 9 10 |
# File 'lib/metabase_query_sync/config.rb', line 7 def initialize(credentials:, path:) @credentials = credentials @path = path end |
Instance Attribute Details
#credentials ⇒ Object (readonly)
Returns the value of attribute credentials.
3 4 5 |
# File 'lib/metabase_query_sync/config.rb', line 3 def credentials @credentials end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
3 4 5 |
# File 'lib/metabase_query_sync/config.rb', line 3 def path @path end |