Method: Megam::Billingtransactions#error?
- Defined in:
- lib/megam/core/billingtransactions.rb
#error? ⇒ Boolean
110 111 112 |
# File 'lib/megam/core/billingtransactions.rb', line 110 def error? crocked = true if (some_msg.has_key?(:msg_type) && some_msg[:msg_type] == "error") end |