Class: Ravelin::AtoReclaim
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::AtoReclaim
- Defined in:
- lib/ravelin/ato_reclaim.rb
Instance Attribute Summary collapse
-
#customers ⇒ Object
Returns the value of attribute customers.
-
#source ⇒ Object
Returns the value of attribute source.
Method Summary
Methods inherited from RavelinObject
attr_accessor, attr_required, #initialize, required_attributes, #serializable_hash, #validate
Constructor Details
This class inherits a constructor from Ravelin::RavelinObject
Instance Attribute Details
#customers ⇒ Object
Returns the value of attribute customers.
3 4 5 |
# File 'lib/ravelin/ato_reclaim.rb', line 3 def customers @customers end |
#source ⇒ Object
Returns the value of attribute source.
3 4 5 |
# File 'lib/ravelin/ato_reclaim.rb', line 3 def source @source end |