Class: Plutonium::Resource::Context
- Inherits:
-
Data
- Object
- Data
- Plutonium::Resource::Context
- Defined in:
- lib/plutonium/resource/context.rb
Instance Attribute Summary collapse
-
#parent ⇒ Object
readonly
Returns the value of attribute parent.
-
#resource_class ⇒ Object
readonly
Returns the value of attribute resource_class.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
Instance Attribute Details
#parent ⇒ Object (readonly)
Returns the value of attribute parent
3 4 5 |
# File 'lib/plutonium/resource/context.rb', line 3 def parent @parent end |
#resource_class ⇒ Object (readonly)
Returns the value of attribute resource_class
3 4 5 |
# File 'lib/plutonium/resource/context.rb', line 3 def resource_class @resource_class end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
3 4 5 |
# File 'lib/plutonium/resource/context.rb', line 3 def scope @scope end |