Method: Fog::Compute::Packet::Organizations#get
- Defined in:
- lib/fog/compute/packet/models/organizations.rb
#get(id) ⇒ Object
15 16 17 18 |
# File 'lib/fog/compute/packet/models/organizations.rb', line 15 def get(id) response = service.get_organization(id) new(response.body) end |