2013-12-12 01:33:01 +00:00

11 lines
248 B
Ruby

actions :register, :deregister
attribute :aws_access_key, :kind_of => String
attribute :aws_secret_access_key, :kind_of => String
attribute :name, :kind_of => String
def initialize(*args)
super
@action = :register
end