Class: Stratus::AWS::IAM::Group
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Stratus::AWS::IAM::Group
- Defined in:
- lib/stratus/aws/iam/group.rb
Instance Method Summary collapse
-
#initialize(params) ⇒ Group
constructor
A new instance of Group.
Constructor Details
#initialize(params) ⇒ Group
Returns a new instance of Group.
8 9 10 11 12 |
# File 'lib/stratus/aws/iam/group.rb', line 8 def initialize(params) attributes = {} params.each { |k, v| attributes[k.underscore] = v } super(attributes) end |