Sha256: b91672d935e4ad7bc8cbad1932afcad1342fccd63a41b244d36356e06deba917

Contents?: true

Size: 689 Bytes

Versions: 39

Compression:

Stored size: 689 Bytes

Contents

VALID_TTL = 300
VALID_GRACE = 300

METADATA_FORMAT = {
}

QUEUE_FORMAT = {
  'metadata' => METADATA_FORMAT
}

LIST_QUEUES_FORMAT = {
  'queues' => [
    QUEUE_FORMAT.merge({
      'name' => String,
      'href' => String,
    })
  ],
  'links' => LINKS_FORMAT
}

MESSAGE_FORMAT = {
  'href' => String,
  'ttl' => Integer,
  'age' => Integer,
  'body' => Hash
}

LIST_MESSAGES_FORMAT = {
 'messages' => [MESSAGE_FORMAT],
 'links' => LINKS_FORMAT 
}

CREATE_CLAIM_FORMAT = [
  MESSAGE_FORMAT
]

CLAIM_FORMAT = {
  'ttl' => Integer,
  'age' => Integer,
  'messages' => [
    MESSAGE_FORMAT
  ]
}

QUEUE_STATS_FORMAT = {
  'messages' => {
    'free' => Integer,
    'claimed' => Integer
  }
}

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
fog-1.22.0 tests/rackspace/requests/queues/helper.rb
fog-1.21.0 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.20.0.20140305101839 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.20.0.20140305101305 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.19.0.20140212012611 tests/rackspace/requests/queues/helper.rb
fog-1.20.0 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.19.0.20140110004459 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.19.0.20140110003812 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.19.0.20140109202555 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.19.0.20140107192102 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.19.0.20140107142106 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.19.0.20131219203941 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.18.0.20131219193542 tests/rackspace/requests/queues/helper.rb
fog-1.19.0 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.18.0.20131219033443 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.18.0.20131219032002 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.18.0.20131219030716 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.18.0.20131219022322 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.18.0.20131218202447 tests/rackspace/requests/queues/helper.rb
fog-maestrodev-1.18.0.20131209091424 tests/rackspace/requests/queues/helper.rb