Sha256: 7b88d4892a5fa091a2d514d6059f3315162436b6d96370b09b8a4ea18877a7d2

Contents?: true

Size: 660 Bytes

Versions: 7

Compression:

Stored size: 660 Bytes

Contents

# GetAroundOwner::GetaroundMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | The message ID |  |
| **rental_id** | **Integer** | ID of the related rental |  |
| **sending_user_id** | **Integer** | ID of the sending user |  |
| **sent_at** | **String** | Date the message was sent |  |
| **content** | **String** | Content of message, Personal information detected in messages is hidden |  |

## Example

```ruby
require 'get_around_owner'

instance = GetAroundOwner::GetaroundMessage.new(
  id: null,
  rental_id: null,
  sending_user_id: null,
  sent_at: null,
  content: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
get_around_owner-1.0.8 docs/GetaroundMessage.md
get_around_owner-1.0.7 docs/GetaroundMessage.md
get_around_owner-1.0.6 docs/GetaroundMessage.md
get_around_owner-1.0.5 docs/GetaroundMessage.md
get_around_owner-1.0.4 docs/GetaroundMessage.md
get_around_owner-1.0.3 docs/GetaroundMessage.md
get_around_owner-1.0.0 docs/GetaroundMessage.md