Class: Opensteam::Payment::PaymentTransaction
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Opensteam::Payment::PaymentTransaction
- Defined in:
- lib/opensteam/payment.rb
Instance Method Summary collapse
Instance Method Details
#action=(a) ⇒ Object
215 216 217 |
# File 'lib/opensteam/payment.rb', line 215 def action= a self[:action] = a.to_s end |