Class: Lich::Gemstone::Combat::Definitions::Statuses::StatusDef
- Inherits:
-
Struct
- Object
- Struct
- Lich::Gemstone::Combat::Definitions::Statuses::StatusDef
- Defined in:
- documented/gemstone/combat/defs/statuses.rb
Instance Attribute Summary collapse
-
#add_patterns ⇒ Object
Returns the value of attribute add_patterns.
-
#name ⇒ Object
Returns the value of attribute name.
-
#remove_patterns ⇒ Object
Returns the value of attribute remove_patterns.
Instance Attribute Details
#add_patterns ⇒ Object
Returns the value of attribute add_patterns
13 14 15 |
# File 'documented/gemstone/combat/defs/statuses.rb', line 13 def add_patterns @add_patterns end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'documented/gemstone/combat/defs/statuses.rb', line 13 def name @name end |
#remove_patterns ⇒ Object
Returns the value of attribute remove_patterns
13 14 15 |
# File 'documented/gemstone/combat/defs/statuses.rb', line 13 def remove_patterns @remove_patterns end |