Class: Awsrm::ResourceReader

Inherits:
Object
  • Object
show all
Defined in:
lib/awsrm/resource.rb

Instance Method Summary collapse

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

#arnObject



83
84
85
# File 'lib/awsrm/resource.rb', line 83

def arn
  raise 'not implemented'
end

#idObject



79
80
81
# File 'lib/awsrm/resource.rb', line 79

def id
  raise 'not implemented'
end