Sha256: a76fe6a857e3ca4b821cdcbaae3cb494f432f33f79aebe76ac894d3499f27dc3

Contents?: true

Size: 1.14 KB

Versions: 7

Compression:

Stored size: 1.14 KB

Contents

<?xml version="1.0"?>
<userPosts type="array">
  <userPost>
    <hidden>false</hidden>
    <objectId>1</objectId>
    <userObjectId>1</userObjectId>
    <user>
      <firstName>John</firstName>
      <lastName>Doe</lastName>
    </user>
    <body>How is everybody today?</body>
    <createdAt>2011-10-26T17:01:52+02:00</createdAt>

    <replies type="array">
      <userPost>
        <objectId>2</objectId>
        <parentObjectId>1</parentObjectId>
        <userObjectId>2</userObjectId>
        <user>
          <firstName>Mike</firstName>
          <lastName>Smith</lastName>
        </user>
        <body>I am fine, thanks for asking.</body>
        <createdAt>2011-10-27T9:00:00+02:00</createdAt>
      </userPost>
      <userPost>
        <objectId>3</objectId>
        <parentObjectId>1</parentObjectId>
        <userObjectId>1</userObjectId>
        <user>
          <firstName>John</firstName>
          <lastName>Doe</lastName>
        </user>
        <body>You are more than welcome.</body>
        <createdAt>2011-10-27T9:00:00+02:00</createdAt>
      </userPost>
    </replies>
  </userPost>
  <userPost>
    <hidden>true</hidden>
  </userPost>
</userPosts>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ahora-0.2.2 test/fixtures/user_posts.xml
ahora-0.2.1 test/fixtures/user_posts.xml
ahora-0.2.0 test/fixtures/user_posts.xml
ahora-0.1.0 test/fixtures/user_posts.xml
ahora-0.0.4 test/fixtures/user_posts.xml
ahora-0.0.3 test/fixtures/user_posts.xml
ahora-0.0.2 test/fixtures/user_posts.xml