1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

quick syntax fix for an attribute alias

This commit is contained in:
Joshua Gross 2014-01-23 18:40:24 -05:00
parent 83b98a3f6f
commit b3fae0dc88

View file

@ -9,7 +9,7 @@ module Fog
identity :id
attribute :name :aliases => "domain"
attribute :name, :aliases => "domain"
attribute :value, :aliases => "content"
attribute :ttl
attribute :zone_id, :aliases => "domain_id"