Methods

DeltaCloud::PlainFormatter::FormatObject::Blob

Public Instance Methods

format() click to toggle source
# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.