Sha256: b58d282d59b68eeadcd96df10277c7379467a33a760ff833f287880cb03b8722

Contents?: true

Size: 446 Bytes

Versions: 16

Compression:

Stored size: 446 Bytes

Contents

pets_array:
    |
      [
        {
          "restful_url": "http://example.com:3000/pets/<%= @person.pets.first.to_param %>", 
          "name": "mietze"
        }
      ]
      
pets_array_with_total_entries:
    |
      {
        "total_entries": 1001,
        "pets": [
          {
            "restful_url": "http://example.com:3000/pets/<%= @person.pets.first.to_param %>", 
            "name": "mietze"
          }      
        ]
      }

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
benjaminkrause-restful-0.2.8 test/fixtures/pets.json.yaml
moviepilot-restful-0.2.18 test/fixtures/pets.json.yaml
moviepilot-restful-0.2.19 test/fixtures/pets.json.yaml
moviepilot-restful-0.2.20 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.10 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.11 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.12 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.13 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.14 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.15 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.16 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.17 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.18 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.8 test/fixtures/pets.json.yaml
purzelrakete-restful-0.2.9 test/fixtures/pets.json.yaml
restful-0.2.20 test/fixtures/pets.json.yaml