Class: RenderRuby::Resource
- Inherits:
-
Object
- Object
- RenderRuby::Resource
- Defined in:
- lib/render_ruby/resource.rb
Direct Known Subclasses
CustomDomainResource, DeployResource, JobResource, OwnerResource, ServiceResource
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ Resource
constructor
A new instance of Resource.
Constructor Details
#initialize(client) ⇒ Resource
Returns a new instance of Resource.
7 8 9 |
# File 'lib/render_ruby/resource.rb', line 7 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
5 6 7 |
# File 'lib/render_ruby/resource.rb', line 5 def client @client end |