Sha256: 0616f9e83f96d8f628e4dfd358ea698851cf8f62b1cdd7ea55f969e54739cc62

Contents?: true

Size: 490 Bytes

Versions: 3

Compression:

Stored size: 490 Bytes

Contents

# Domains Actions

Details on the various actions that can be performed on the Domains resource, including the expected parameters and the potential responses.

##### Contents

*   [GetDomains](#getdomains)
*   [GetDomain](#getdomain)

<br/>

## GetDomains

Fetches a list of all your domains

```ruby
result = client.domains.get_domains()

puts result
```

<br/>

## GetDomain

Fetches a specific domain

```ruby
result = client.domains.get_domain(domainId: my_domain_id)

puts result
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mailinator_client-1.0.3 docs/domains.md
mailinator_client-1.0.2 docs/domains.md
mailinator_client-1.0.1 docs/domains.md