Method: OpenC3::Bucket#get_object
- Defined in:
- lib/openc3/utilities/bucket.rb
#get_object(bucket:, key:, path: nil) ⇒ Object
56 57 58 |
# File 'lib/openc3/utilities/bucket.rb', line 56 def get_object(bucket:, key:, path: nil) raise NotImplementedError, "#{self.class} has not implemented method '#{__method__}'" end |