Class: Awsrm::ResourceReader
- Inherits:
-
Object
- Object
- Awsrm::ResourceReader
- Defined in:
- lib/awsrm/resource.rb
Direct Known Subclasses
AutoscallingGroup::AutoscallingGroupReader, RouteTableReader, SubnetReader, VpcReader
Instance Method Summary collapse
- #arn ⇒ Object
- #id ⇒ Object
-
#initialize(resource) ⇒ ResourceReader
constructor
A new instance of ResourceReader.
Constructor Details
#initialize(resource) ⇒ ResourceReader
Returns a new instance of ResourceReader.
75 76 77 |
# File 'lib/awsrm/resource.rb', line 75 def initialize(resource) @resource = resource end |
Instance Method Details
#arn ⇒ Object
83 84 85 |
# File 'lib/awsrm/resource.rb', line 83 def arn raise 'not implemented' end |
#id ⇒ Object
79 80 81 |
# File 'lib/awsrm/resource.rb', line 79 def id raise 'not implemented' end |