Class: Studio::Ability

Inherits:
Object show all
Defined in:
docs/3_Studio.rb

Overview

Data class describing an Ability

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#db_symbolSymbol (readonly)

db_symbol of the ability

Returns:

  • (Symbol)


222
223
224
# File 'docs/3_Studio.rb', line 222

def db_symbol
  @db_symbol
end

#idInteger (readonly)

ID of the ability

Returns:

  • (Integer)


219
220
221
# File 'docs/3_Studio.rb', line 219

def id
  @id
end

#text_idInteger (readonly)

ID of the text of the ability in the text files

Returns:

  • (Integer)


225
226
227
# File 'docs/3_Studio.rb', line 225

def text_id
  @text_id
end

Instance Method Details

#descriptionString Also known as: descr

Get the text description of the ability

Returns:



228
229
# File 'docs/3_Studio.rb', line 228

def description
end

#nameString

Get the text name of the ability

Returns:



233
234
# File 'docs/3_Studio.rb', line 233

def name
end