Class: FakeS3::BucketQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/fakes3/bucket_query.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket.



3
4
5
# File 'lib/fakes3/bucket_query.rb', line 3

def bucket
  @bucket
end

#delimiterObject

Returns the value of attribute delimiter.



3
4
5
# File 'lib/fakes3/bucket_query.rb', line 3

def delimiter
  @delimiter
end

#is_truncatedObject

Returns the value of attribute is_truncated.



3
4
5
# File 'lib/fakes3/bucket_query.rb', line 3

def is_truncated
  @is_truncated
end

#markerObject

Returns the value of attribute marker.



3
4
5
# File 'lib/fakes3/bucket_query.rb', line 3

def marker
  @marker
end

#matchesObject

Returns the value of attribute matches.



3
4
5
# File 'lib/fakes3/bucket_query.rb', line 3

def matches
  @matches
end

#max_keysObject

Returns the value of attribute max_keys.



3
4
5
# File 'lib/fakes3/bucket_query.rb', line 3

def max_keys
  @max_keys
end

#prefixObject

Returns the value of attribute prefix.



3
4
5
# File 'lib/fakes3/bucket_query.rb', line 3

def prefix
  @prefix
end

Instance Method Details

#is_truncated?Boolean

Syntactic sugar

Returns:

  • (Boolean)


7
8
9
# File 'lib/fakes3/bucket_query.rb', line 7

def is_truncated?
  @is_truncated
end