Class: Shai::Skill

Inherits:
Struct
  • Object
show all
Defined in:
lib/shai/skill_scanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agent ⇒ Object

Returns the value of attribute agent

Returns:

  • (Object) —

    the current value of agent



4
5
6
# File 'lib/shai/skill_scanner.rb', line 4

def agent
  @agent
end

#enabled ⇒ Object

Returns the value of attribute enabled

Returns:

  • (Object) —

    the current value of enabled



4
5
6
# File 'lib/shai/skill_scanner.rb', line 4

def enabled
  @enabled
end

#name ⇒ Object

Returns the value of attribute name

Returns:

  • (Object) —

    the current value of name



4
5
6
# File 'lib/shai/skill_scanner.rb', line 4

def name
  @name
end

#path ⇒ Object

Returns the value of attribute path

Returns:

  • (Object) —

    the current value of path



4
5
6
# File 'lib/shai/skill_scanner.rb', line 4

def path
  @path
end

#scope ⇒ Object

Returns the value of attribute scope

Returns:

  • (Object) —

    the current value of scope



4
5
6
# File 'lib/shai/skill_scanner.rb', line 4

def scope
  @scope
end

#source ⇒ Object

Returns the value of attribute source

Returns:

  • (Object) —

    the current value of source



4
5
6
# File 'lib/shai/skill_scanner.rb', line 4

def source
  @source
end