Class: AWS::S3::S3Object

Inherits:
Object
  • Object
show all
Defined in:
lib/ey-backup/mysql_backup.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



9
10
11
# File 'lib/ey-backup/mysql_backup.rb', line 9

def <=>(other)
  DateTime.parse(self.about['last-modified']) <=> DateTime.parse(other.about['last-modified'])
end