Class: Bucketrb::ObjectStore::ListResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/bucketrb/object_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket

Returns:

  • (Object)

    the current value of bucket



30
31
32
# File 'lib/bucketrb/object_store.rb', line 30

def bucket
  @bucket
end

#is_truncatedObject

Returns the value of attribute is_truncated

Returns:

  • (Object)

    the current value of is_truncated



30
31
32
# File 'lib/bucketrb/object_store.rb', line 30

def is_truncated
  @is_truncated
end

#markerObject

Returns the value of attribute marker

Returns:

  • (Object)

    the current value of marker



30
31
32
# File 'lib/bucketrb/object_store.rb', line 30

def marker
  @marker
end

#max_keysObject

Returns the value of attribute max_keys

Returns:

  • (Object)

    the current value of max_keys



30
31
32
# File 'lib/bucketrb/object_store.rb', line 30

def max_keys
  @max_keys
end

#next_continuation_tokenObject

Returns the value of attribute next_continuation_token

Returns:

  • (Object)

    the current value of next_continuation_token



30
31
32
# File 'lib/bucketrb/object_store.rb', line 30

def next_continuation_token
  @next_continuation_token
end

#next_markerObject

Returns the value of attribute next_marker

Returns:

  • (Object)

    the current value of next_marker



30
31
32
# File 'lib/bucketrb/object_store.rb', line 30

def next_marker
  @next_marker
end

#objectsObject

Returns the value of attribute objects

Returns:

  • (Object)

    the current value of objects



30
31
32
# File 'lib/bucketrb/object_store.rb', line 30

def objects
  @objects
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



30
31
32
# File 'lib/bucketrb/object_store.rb', line 30

def prefix
  @prefix
end