Class: AWS::S3::S3Object

Inherits:
Object
  • Object
show all
Defined in:
lib/bucket_minder.rb,
lib/mysql_backup.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



3
4
5
# File 'lib/bucket_minder.rb', line 3

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