Top Level Namespace

Defined Under Namespace

Modules: Fog

Instance Method Summary collapse

Instance Method Details

#addressesObject



22
23
24
# File 'bin/fog', line 22

def addresses
  @ec2.addresses
end

#bucketsObject



26
27
28
# File 'bin/fog', line 26

def buckets
  @s3.buckets
end

#instancesObject



30
31
32
# File 'bin/fog', line 30

def instances
  @ec2.instances
end

#key_pairsObject



34
35
36
# File 'bin/fog', line 34

def key_pairs
  @ec2.key_pairs
end

#security_groupsObject



38
39
40
# File 'bin/fog', line 38

def security_groups
  @ec2.security_groups
end

#snapshotsObject



42
43
44
# File 'bin/fog', line 42

def snapshots
  @ec2.snapshots
end

#volumesObject



46
47
48
# File 'bin/fog', line 46

def volumes
  @ec2.volumes
end