Module: Poundpay::Formats::UrlencodedJsonFormat
- Extended by:
- ActiveResource::Formats::JsonFormat, UrlencodedJsonFormat
- Included in:
- UrlencodedJsonFormat
- Defined in:
- lib/poundpay/formats.rb
Instance Method Summary collapse
Instance Method Details
#mime_type ⇒ Object
9 10 11 |
# File 'lib/poundpay/formats.rb', line 9 def mime_type "application/x-www-form-urlencoded" end |