Class: Studio::Ability
Overview
Data class describing an Ability
Instance Attribute Summary collapse
-
#db_symbol ⇒ Symbol
readonly
db_symbol of the ability.
-
#id ⇒ Integer
readonly
ID of the ability.
-
#text_id ⇒ Integer
readonly
ID of the text of the ability in the text files.
Instance Method Summary collapse
-
#description ⇒ String
(also: #descr)
Get the text description of the ability.
-
#name ⇒ String
Get the text name of the ability.
Instance Attribute Details
#db_symbol ⇒ Symbol (readonly)
db_symbol of the ability
222 223 224 |
# File 'docs/3_Studio.rb', line 222 def db_symbol @db_symbol end |
#id ⇒ Integer (readonly)
ID of the ability
219 220 221 |
# File 'docs/3_Studio.rb', line 219 def id @id end |
#text_id ⇒ Integer (readonly)
ID of the text of the ability in the text files
225 226 227 |
# File 'docs/3_Studio.rb', line 225 def text_id @text_id end |