Method: PayCertify::Gateway::Base::Validation#set_attribute
- Defined in:
- lib/paycertify/gateway/base/validation.rb
#set_attribute(attribute, value) ⇒ Object
94 95 96 |
# File 'lib/paycertify/gateway/base/validation.rb', line 94 def set_attribute(attribute, value) self.attributes[attribute[:name]] = value end |