Class: StructuredDataToSql::MysqlDumpXml::TableDiscovery::FileResult
- Inherits:
-
Struct
- Object
- Struct
- StructuredDataToSql::MysqlDumpXml::TableDiscovery::FileResult
- Defined in:
- lib/structured_data_to_sql/mysql_dump_xml/table_discovery.rb
Instance Attribute Summary collapse
-
#bytes_scanned ⇒ Object
Returns the value of attribute bytes_scanned.
-
#path ⇒ Object
Returns the value of attribute path.
-
#table_metadata ⇒ Object
Returns the value of attribute table_metadata.
-
#tables ⇒ Object
Returns the value of attribute tables.
-
#truncated ⇒ Object
Returns the value of attribute truncated.
Instance Method Summary collapse
Instance Attribute Details
#bytes_scanned ⇒ Object
Returns the value of attribute bytes_scanned
11 12 13 |
# File 'lib/structured_data_to_sql/mysql_dump_xml/table_discovery.rb', line 11 def bytes_scanned @bytes_scanned end |
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/structured_data_to_sql/mysql_dump_xml/table_discovery.rb', line 11 def path @path end |
#table_metadata ⇒ Object
Returns the value of attribute table_metadata
11 12 13 |
# File 'lib/structured_data_to_sql/mysql_dump_xml/table_discovery.rb', line 11 def @table_metadata end |
#tables ⇒ Object
Returns the value of attribute tables
11 12 13 |
# File 'lib/structured_data_to_sql/mysql_dump_xml/table_discovery.rb', line 11 def tables @tables end |
#truncated ⇒ Object
Returns the value of attribute truncated
11 12 13 |
# File 'lib/structured_data_to_sql/mysql_dump_xml/table_discovery.rb', line 11 def truncated @truncated end |
Instance Method Details
#count ⇒ Object
20 21 22 |
# File 'lib/structured_data_to_sql/mysql_dump_xml/table_discovery.rb', line 20 def count tables.length end |