class FakeS3::S3MatchSet

Attributes

common_prefixes[RW]
is_truncated[RW]
matches[RW]

Public Class Methods

new() click to toggle source
# File lib/fakes3/sorted_object_list.rb, line 5
def initialize
  @matches = []
  @is_truncated = false
  @common_prefixes = []
end