Method: Fog::AWS::AutoScaling::Group#options
- Defined in:
- lib/fog/aws/models/auto_scaling/group.rb
#options ⇒ Object
139 140 141 142 143 |
# File 'lib/fog/aws/models/auto_scaling/group.rb', line 139 def ret = Hash[self.class.aliases.map { |key, value| [key, send(value)] }] ret.delete_if { |key, value| value.nil? } ret end |