Class: Wajub::Payment
Instance Method Summary
collapse
Methods inherited from ApiObject
#[], #initialize, #method_missing, #respond_to_missing?, #to_h
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class Wajub::ApiObject
Instance Method Details
#authorization_token ⇒ Object
44
45
46
|
# File 'lib/wajub/objects.rb', line 44
def authorization_token
self['authorization_token']
end
|
#authorization_url ⇒ Object
40
41
42
|
# File 'lib/wajub/objects.rb', line 40
def authorization_url
self['authorization_url']
end
|
#id ⇒ Object
32
33
34
|
# File 'lib/wajub/objects.rb', line 32
def id
self['id']
end
|
#status ⇒ Object
36
37
38
|
# File 'lib/wajub/objects.rb', line 36
def status
self['status']
end
|