Skip to content

Commit 669a967

Browse files
authored
Merge pull request #36 from phaxio/add-mac-address
adjust params
2 parents f76fdf2 + f906324 commit 669a967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/phaxio/resources/ata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def list params = {}
8989
# - *name* [String] - A name used to identify the ATA.
9090
# - *description* [String] - A longer description of the ATA.
9191
# - *domain* [String] - A domain for the ATA.
92+
# - *mac_address* [String] - A mac address for the ATA.
9293
# @return [Phaxio::Resources::Ata]
9394
# The created ATA, including the generated username and password.
9495
# @raise [Phaxio::Error::PhaxioError]
@@ -121,7 +122,6 @@ def get id, params = {}
121122
# Any parameters to send to Phaxio.
122123
# - *name* [String] - A name used to identify the ATA.
123124
# - *description* [String] - A longer description of the ATA.
124-
# - *domain* [String] - A domain for the ATA.
125125
# - *mac_address* [String] - A mac address for the ATA.
126126
# @return [Phaxio::Resources::Ata]
127127
# The updated ATA.

0 commit comments

Comments
 (0)