Class: Mode::Connector::Commands::SelectTableMetadata
- Inherits:
-
Object
- Object
- Mode::Connector::Commands::SelectTableMetadata
- Defined in:
- lib/mode/connector/commands/select_table_metadata.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
readonly
Returns the value of attribute command.
-
#data_sources ⇒ Object
readonly
Returns the value of attribute data_sources.
Instance Method Summary collapse
-
#initialize(command, data_sources) ⇒ SelectTableMetadata
constructor
A new instance of SelectTableMetadata.
- #perform! ⇒ Object
Constructor Details
#initialize(command, data_sources) ⇒ SelectTableMetadata
Returns a new instance of SelectTableMetadata.
7 8 9 10 |
# File 'lib/mode/connector/commands/select_table_metadata.rb', line 7 def initialize(command, data_sources) @command = command @data_sources = data_sources end |
Instance Attribute Details
#command ⇒ Object (readonly)
Returns the value of attribute command.
5 6 7 |
# File 'lib/mode/connector/commands/select_table_metadata.rb', line 5 def command @command end |
#data_sources ⇒ Object (readonly)
Returns the value of attribute data_sources.
5 6 7 |
# File 'lib/mode/connector/commands/select_table_metadata.rb', line 5 def data_sources @data_sources end |