Method: BuildCloud::SecurityGroup#read
- Defined in:
- lib/build-cloud/securitygroup.rb
#read ⇒ Object Also known as: fog_object
202 203 204 |
# File 'lib/build-cloud/securitygroup.rb', line 202 def read @compute.security_groups.select { |sg| sg.name == [:name] }.first end |