Class: MysqlBackup::Entity::Identifier::Log::Complete

Inherits:
MysqlBackup::Entity::Identifier::Log show all
Defined in:
lib/mysql_backup/entity/identifier.rb

Instance Attribute Summary

Attributes inherited from MysqlBackup::Entity::Identifier

#category, #log_file, #log_position, #n_parts, #part_number, #timestamp, #type

Instance Method Summary collapse

Methods inherited from MysqlBackup::Entity::Identifier

#<=>, #[], #initialize, #log_file_number, #merge, #n_digits, string_to_args, #to_hash

Methods included from FactoryCreateMethod

included

Constructor Details

This class inherits a constructor from MysqlBackup::Entity::Identifier

Instance Method Details

#to_sObject



169
170
171
# File 'lib/mysql_backup/entity/identifier.rb', line 169

def to_s
  return "#{category}:type_#{@type}:log_file_#{log_file}"
end