Method: RightAws::S3::Key#data

Defined in:
lib/s3/right_s3.rb

#dataObject

Return Key data. Retrieve this data from Amazon if it is the first time call. TODO TRB 6/19/07 What does the above mean? Clarify.



459
460
461
462
# File 'lib/s3/right_s3.rb', line 459

def data
  get if !@data and exists?
  @data
end