Method: Fog::AWS::IAM::Policies#new

Defined in:
lib/fog/aws/models/iam/policies.rb

#new(attributes = {}) ⇒ Object



37
38
39
# File 'lib/fog/aws/models/iam/policies.rb', line 37

def new(attributes = {})
  super({ :username => @username }.merge!(attributes))
end