Class: Rails::Hyperdrive::CanonicalSkillRender::Roots
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::CanonicalSkillRender::Roots
- Defined in:
- lib/rails/hyperdrive/canonical_skill_render.rb
Overview
public_skills_root is where generic skills.sh consumers read whether
or not the gem declares a content root; skills_root is where this
gem's rendered faces belong.
Instance Attribute Summary collapse
-
#public_skills_root ⇒ Object
Returns the value of attribute public_skills_root.
-
#skills_root ⇒ Object
Returns the value of attribute skills_root.
-
#templates_root ⇒ Object
Returns the value of attribute templates_root.
Instance Attribute Details
#public_skills_root ⇒ Object
Returns the value of attribute public_skills_root
23 24 25 |
# File 'lib/rails/hyperdrive/canonical_skill_render.rb', line 23 def public_skills_root @public_skills_root end |
#skills_root ⇒ Object
Returns the value of attribute skills_root
23 24 25 |
# File 'lib/rails/hyperdrive/canonical_skill_render.rb', line 23 def skills_root @skills_root end |
#templates_root ⇒ Object
Returns the value of attribute templates_root
23 24 25 |
# File 'lib/rails/hyperdrive/canonical_skill_render.rb', line 23 def templates_root @templates_root end |