Skip to content

Instantly share code, notes, and snippets.

@steveyken
Created June 28, 2014 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveyken/5db2ab3711a1d9d43faf to your computer and use it in GitHub Desktop.
Save steveyken/5db2ab3711a1d9d43faf to your computer and use it in GitHub Desktop.
messages: [
{
id: 2,
body: "Et excepturi doloremque fugit ipsa repellat. Esse cupiditate magni laudantium ratione ea cum. Blanditiis maiores facilis cupiditate eum nostrum impedit aliquam corporis.",
recipient_type: "Offer",
recipient_id: 1,
sender_id: 1,
private: false,
created_at: "2014-06-28T08:55:17.615Z",
updated_at: "2014-06-28T08:55:17.655Z"
},
{
id: 3,
body: "Quasi quidem qui veniam est. Modi tempora qui quidem. In vel reprehenderit sint consectetur consequuntur.",
recipient_type: "Offer",
recipient_id: 1,
sender_id: 1,
private: false,
created_at: "2014-06-28T08:55:17.632Z",
updated_at: "2014-06-28T08:55:17.657Z"
}
],
offer: {
id: 1,
language: "en",
state: "draft",
collection_contact_name: "Loy Hettinger",
collection_contact_phone: "(365)404-9859",
origin: "web",
stairs: true,
parking: true,
estimated_size: "4",
notes: "Ullam occaecati magnam sunt sed minima modi assumenda delectus. Molestiae repudiandae ab ut in laudantium sit error. Numquam provident officia voluptas nihil. Possimus et asperiores quaerat rem.",
created_by_id: 1,
created_at: "2014-06-28T08:55:17.650Z",
updated_at: "2014-06-28T08:55:17.650Z",
item_ids: [
1,
2,
3
],
message_ids: [
2,
3
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment