DeltaCloud::PlainFormatter::FormatObject::Base
# File lib/plain_formatter.rb, line 107 def format sprintf("%-s | %-s | %-d | %-s | %-s | %-s " , @obj.id, @obj.bucket, @obj.content_length, @obj.content_type, @obj.last_modified, @obj.user_metadata ) end