Class: ESM::Arma::ClassLookup::Entry
- Inherits:
-
Data
- Object
- Data
- ESM::Arma::ClassLookup::Entry
- Defined in:
- lib/esm/model/arma/class_lookup.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#category_name ⇒ Object
readonly
Returns the value of attribute category_name.
-
#class_name ⇒ Object
readonly
Returns the value of attribute class_name.
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#mod ⇒ Object
readonly
Returns the value of attribute mod.
-
#mod_name ⇒ Object
readonly
Returns the value of attribute mod_name.
Instance Attribute Details
#category ⇒ Object (readonly)
Returns the value of attribute category
6 7 8 |
# File 'lib/esm/model/arma/class_lookup.rb', line 6 def category @category end |
#category_name ⇒ Object (readonly)
Returns the value of attribute category_name
6 7 8 |
# File 'lib/esm/model/arma/class_lookup.rb', line 6 def category_name @category_name end |
#class_name ⇒ Object (readonly)
Returns the value of attribute class_name
6 7 8 |
# File 'lib/esm/model/arma/class_lookup.rb', line 6 def class_name @class_name end |
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name
6 7 8 |
# File 'lib/esm/model/arma/class_lookup.rb', line 6 def display_name @display_name end |
#mod ⇒ Object (readonly)
Returns the value of attribute mod
6 7 8 |
# File 'lib/esm/model/arma/class_lookup.rb', line 6 def mod @mod end |
#mod_name ⇒ Object (readonly)
Returns the value of attribute mod_name
6 7 8 |
# File 'lib/esm/model/arma/class_lookup.rb', line 6 def mod_name @mod_name end |