Class: Signupto::Action::Base
- Inherits:
-
Object
- Object
- Signupto::Action::Base
- Defined in:
- lib/signupto/action/base.rb
Instance Method Summary collapse
-
#initialize(account_hash, customer_number) ⇒ Base
constructor
Parent class that all specific actions are derived.
- #to_s ⇒ Object
Constructor Details
Instance Method Details
#to_s ⇒ Object
13 14 15 |
# File 'lib/signupto/action/base.rb', line 13 def to_s return @result.body end |