Class: Payture::Cheques::Client
- Inherits:
-
Object
- Object
- Payture::Cheques::Client
- Defined in:
- lib/payture/cheques/client.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
- #create(**args) ⇒ Object
-
#initialize(**options) ⇒ Client
constructor
A new instance of Client.
- #status(**args) ⇒ Object
Constructor Details
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
5 6 7 |
# File 'lib/payture/cheques/client.rb', line 5 def config @config end |