Class: Rails::Hyperdrive::CanonicalSkillRender::Roots

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#public_skills_rootObject

Returns the value of attribute public_skills_root

Returns:

  • (Object)

    the current value of 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_rootObject

Returns the value of attribute skills_root

Returns:

  • (Object)

    the current value of skills_root



23
24
25
# File 'lib/rails/hyperdrive/canonical_skill_render.rb', line 23

def skills_root
  @skills_root
end

#templates_rootObject

Returns the value of attribute templates_root

Returns:

  • (Object)

    the current value of templates_root



23
24
25
# File 'lib/rails/hyperdrive/canonical_skill_render.rb', line 23

def templates_root
  @templates_root
end