Class: RPG::Troop::Page
- Inherits:
-
Object
- Object
- RPG::Troop::Page
- Defined in:
- lib/rpg/troop/page.rb,
lib/rpg/troop/page/condition.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.
9 10 11 |
# File 'lib/rpg/troop/page.rb', line 9 def condition @condition end |
#list ⇒ Object
Returns the value of attribute list.
11 12 13 |
# File 'lib/rpg/troop/page.rb', line 11 def list @list end |
#span ⇒ Object
Returns the value of attribute span.
10 11 12 |
# File 'lib/rpg/troop/page.rb', line 10 def span @span end |