Class: Awsrm::SubnetReader

Inherits:
ResourceReader show all
Defined in:
lib/awsrm/resources/subnet.rb

Instance Method Summary collapse

Methods inherited from ResourceReader

#arn, #initialize, #method_missing, #respond_to?

Constructor Details

This class inherits a constructor from Awsrm::ResourceReader

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Awsrm::ResourceReader

Instance Method Details

#idObject



25
26
27
# File 'lib/awsrm/resources/subnet.rb', line 25

def id
  @resource.subnet_id
end