Method: WebPay::ShopRequestUpdate#initialize
- Defined in:
- lib/webpay/data_types.rb
#initialize(hash = {}) ⇒ ShopRequestUpdate
Returns a new instance of ShopRequestUpdate.
1833 1834 1835 1836 |
# File 'lib/webpay/data_types.rb', line 1833 def initialize(hash = {}) hash = normalize_hash(hash) @attributes = hash end |