Class: RPG::Troop::Page
Defined Under Namespace
Classes: Condition
Instance Attribute Summary collapse
-
#condition
Returns the value of attribute condition.
-
#list
Returns the value of attribute list.
-
#span
Returns the value of attribute span.
Instance Attribute Details
#condition
Returns the value of attribute condition.
2493 2494 2495 |
# File 'docs/0_Dependencies.rb', line 2493 def condition @condition end |
#list
Returns the value of attribute list.
2495 2496 2497 |
# File 'docs/0_Dependencies.rb', line 2495 def list @list end |
#span
Returns the value of attribute span.
2494 2495 2496 |
# File 'docs/0_Dependencies.rb', line 2494 def span @span end |