Class: Paymos::System
- Defined in:
- lib/paymos/client.rb,
sig/paymos.rbs
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Paymos::Resource
Instance Method Details
#time ⇒ ServerTime
290 |
# File 'lib/paymos/client.rb', line 290 def time = ServerTime.from(@client.request('GET', '/v1/time')) |