mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2432 from estonfer/style_fix
[aws] style fix for address model
This commit is contained in:
commit
a8f7033530
1 changed files with 5 additions and 5 deletions
|
@ -6,12 +6,12 @@ module Fog
|
|||
|
||||
class Address < Fog::Model
|
||||
|
||||
identity :public_ip, :aliases => 'publicIp'
|
||||
identity :public_ip, :aliases => 'publicIp'
|
||||
|
||||
attribute :allocation_id, :aliases => 'allocationId'
|
||||
attribute :association_id, :aliases => 'associationId'
|
||||
attribute :server_id, :aliases => 'instanceId'
|
||||
attribute :network_interface_id, :aliases => 'networkInterfaceId'
|
||||
attribute :allocation_id, :aliases => 'allocationId'
|
||||
attribute :association_id, :aliases => 'associationId'
|
||||
attribute :server_id, :aliases => 'instanceId'
|
||||
attribute :network_interface_id, :aliases => 'networkInterfaceId'
|
||||
attribute :network_interface_owner_id, :aliases => 'networkInterfaceOwnerId'
|
||||
attribute :domain
|
||||
|
||||
|
|
Loading…
Reference in a new issue