Class: Paymos::ServerTime
- Defined in:
- lib/paymos/models.rb,
sig/paymos.rbs
Instance Attribute Summary collapse
-
#server_time ⇒ Integer
readonly
Returns the value of attribute server_time.
Method Summary
Methods inherited from Model
#[], deep_freeze, fields, from, #initialize, #to_h
Constructor Details
This class inherits a constructor from Paymos::Model
Instance Attribute Details
#server_time ⇒ Integer (readonly)
Returns the value of attribute server_time.
142 143 144 |
# File 'sig/paymos.rbs', line 142 def server_time @server_time end |