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.
1072 1073 1074 |
# File 'lib/R3EXS/RGSS3.rb', line 1072 def id @id end |
#members ⇒ Object
Returns the value of attribute members.
1074 1075 1076 |
# File 'lib/R3EXS/RGSS3.rb', line 1074 def members @members end |
#name ⇒ Object
Returns the value of attribute name.
1073 1074 1075 |
# File 'lib/R3EXS/RGSS3.rb', line 1073 def name @name end |
#pages ⇒ Object
Returns the value of attribute pages.
1075 1076 1077 |
# File 'lib/R3EXS/RGSS3.rb', line 1075 def pages @pages end |