Class: Crimson::SkillRouter::Domain
- Inherits:
-
Struct
- Object
- Struct
- Crimson::SkillRouter::Domain
- Defined in:
- lib/crimson/skill_router.rb
Overview
Skill domain descriptor.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#priority ⇒ Object
Returns the value of attribute priority.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/crimson/skill_router.rb', line 11 def name @name end |
#priority ⇒ Object
Returns the value of attribute priority
11 12 13 |
# File 'lib/crimson/skill_router.rb', line 11 def priority @priority end |