Class: AWS::S3::S3Object

Inherits:
Object
  • Object
show all
Defined in:
lib/brbackup.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



14
15
16
# File 'lib/brbackup.rb', line 14

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