Class: RPG::Troop
- Inherits:
-
Object
- Object
- RPG::Troop
- Defined in:
- lib/R3EXS/RGSS3.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#members ⇒ Object
Returns the value of attribute members.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pages ⇒ Object
Returns the value of attribute pages.
Instance Method Summary collapse
-
#initialize ⇒ Troop
constructor
A new instance of Troop.
Constructor Details
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
1050 1051 1052 |
# File 'lib/R3EXS/RGSS3.rb', line 1050 def id @id end |
#members ⇒ Object
Returns the value of attribute members.
1052 1053 1054 |
# File 'lib/R3EXS/RGSS3.rb', line 1052 def members @members end |
#name ⇒ Object
Returns the value of attribute name.
1051 1052 1053 |
# File 'lib/R3EXS/RGSS3.rb', line 1051 def name @name end |
#pages ⇒ Object
Returns the value of attribute pages.
1053 1054 1055 |
# File 'lib/R3EXS/RGSS3.rb', line 1053 def pages @pages end |