Method: Fog::Compute::Joyent::Snapshot#machine
- Defined in:
- lib/fog/joyent/models/compute/snapshot.rb
permalink #machine ⇒ Object
[View source]
36 37 38 39 40 |
# File 'lib/fog/joyent/models/compute/snapshot.rb', line 36 def machine requires :machine_id self.connection.servers.get(self.machine_id) end |