Class: Shai::Skill
- Inherits:
-
Struct
- Object
- Struct
- Shai::Skill
- Defined in:
- lib/shai/skill_scanner.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
Returns the value of attribute agent.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#agent ⇒ Object
Returns the value of attribute agent
4 5 6 |
# File 'lib/shai/skill_scanner.rb', line 4 def agent @agent end |
#enabled ⇒ Object
Returns the value of attribute enabled
4 5 6 |
# File 'lib/shai/skill_scanner.rb', line 4 def enabled @enabled end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/shai/skill_scanner.rb', line 4 def name @name end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/shai/skill_scanner.rb', line 4 def path @path end |
#scope ⇒ Object
Returns the value of attribute scope
4 5 6 |
# File 'lib/shai/skill_scanner.rb', line 4 def scope @scope end |
#source ⇒ Object
Returns the value of attribute source
4 5 6 |
# File 'lib/shai/skill_scanner.rb', line 4 def source @source end |