Class: Crimson::SkillRouter::Domain

Inherits:
Struct
  • Object
show all
Defined in:
lib/crimson/skill_router.rb

Overview

Skill domain descriptor.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/crimson/skill_router.rb', line 11

def name
  @name
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



11
12
13
# File 'lib/crimson/skill_router.rb', line 11

def priority
  @priority
end