Module: Kapow::Credit
- Defined in:
- lib/kapow/credit.rb
Overview
Module to access the amount of available credit.
Class Attribute Summary collapse
-
.available ⇒ Object
Returns the value of attribute available.
Class Method Summary collapse
-
.to_s ⇒ Object
Returns the available credit.
Class Attribute Details
.available ⇒ Object
Returns the value of attribute available.
7 8 9 |
# File 'lib/kapow/credit.rb', line 7 def available @available end |
Class Method Details
.to_s ⇒ Object
Returns the available credit
10 11 12 |
# File 'lib/kapow/credit.rb', line 10 def to_s available.to_s end |