Method: Aws::S3::Key#data
- Defined in:
- lib/s3/key.rb
#data ⇒ Object
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.
100 101 102 103 |
# File 'lib/s3/key.rb', line 100 def data get if !@data and exists? @data end |