Sha256: fc6697710668d71627975b0b766312aa48b0cdc569c11f8f8ca1dc22551d7685

Contents?: true

Size: 1012 Bytes

Versions: 4

Compression:

Stored size: 1012 Bytes

Contents

{
  "providers": [
    {
      "name": "Hotel One",
      "description": "Hotel One is one of the best discount provider on hotel",
      "image": "hotel-one.jpg",
      "images": {
        "original": "https://s3.amazonaws.com/hotel-one.jpg",
        "standard": "https://s3.amazonaws.com/standard_hotel-one.jpg",
        "thumb": "https://s3.amazonaws.com/thumb_hotel-one.jpg"
      },
      "link": "http://hotel-one.example.com",
      "slug": "hotel-one",
      "frameable": true,
      "postable": false
    },
    {
      "name": "Hotel Two",
      "description": "Hotel Two is the best discount provider on Asia",
      "image": "hotel-two.jpg",
      "images": {
        "original": "https://s3.amazonaws.com/hotel-two.jpg",
        "standard": "https://s3.amazonaws.com/standard_hotel-two.jpg",
        "thumb": "https://s3.amazonaws.com/thumb_hotel-two.jpg"
      },
      "link": "http://hotel-two.example.com",
      "slug": "hotel-two",
      "frameable": false,
      "postable": true
    }
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
discountnetwork-0.1.3 spec/fixtures/providers.json
discountnetwork-0.1.2 spec/fixtures/providers.json
discountnetwork-0.1.1 spec/fixtures/providers.json
discountnetwork-0.1.0 spec/fixtures/providers.json