Class: Monetra::Response
Overview
Instance Method Summary collapse
-
#initialize(*args) ⇒ Response
constructor
—————————————————–.
-
#method_missing(methId) ⇒ Object
—————————————————–.
-
#success? ⇒ Boolean
—————————————————–.
-
#timestamp ⇒ Object
—————————————————–.
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(methId) ⇒ Object
168 169 170 |
# File 'lib/monetra.rb', line 168 def method_missing(methId) @options[methId.to_s] end |