Class: Rails::Hyperdrive::CanonicalSkillRender::Rendered
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::CanonicalSkillRender::Rendered
- Defined in:
- lib/rails/hyperdrive/canonical_skill_render.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#dest ⇒ Object
Returns the value of attribute dest.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
14 15 16 |
# File 'lib/rails/hyperdrive/canonical_skill_render.rb', line 14 def body @body end |
#dest ⇒ Object
Returns the value of attribute dest
14 15 16 |
# File 'lib/rails/hyperdrive/canonical_skill_render.rb', line 14 def dest @dest end |
#template ⇒ Object
Returns the value of attribute template
14 15 16 |
# File 'lib/rails/hyperdrive/canonical_skill_render.rb', line 14 def template @template end |