Class: RPG::Troop::Page
- Inherits:
-
Object
- Object
- RPG::Troop::Page
- Defined in:
- lib/rgss3/rpg.rb
Defined Under Namespace
Classes: Condition
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#list ⇒ Object
Returns the value of attribute list.
-
#span ⇒ Object
Returns the value of attribute span.
Instance Method Summary collapse
-
#initialize ⇒ Page
constructor
A new instance of Page.
Constructor Details
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition.
778 779 780 |
# File 'lib/rgss3/rpg.rb', line 778 def condition @condition end |
#list ⇒ Object
Returns the value of attribute list.
780 781 782 |
# File 'lib/rgss3/rpg.rb', line 780 def list @list end |
#span ⇒ Object
Returns the value of attribute span.
779 780 781 |
# File 'lib/rgss3/rpg.rb', line 779 def span @span end |