Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fakes3 / lib / fakes3 / bucket_query.rb
Size: Mime:
module FakeS3
  class BucketQuery
    attr_accessor :prefix,:matches,:marker,:max_keys,
                  :delimiter,:bucket,:is_truncated

    # Syntactic sugar
    def is_truncated?
      @is_truncated
    end
  end
end