Class: QuelinkMg::Ack::Base
- Inherits:
-
Object
- Object
- QuelinkMg::Ack::Base
- Defined in:
- lib/quelink-mg/ack/base.rb
Constant Summary collapse
- QUELINK_DATE_FORMAT =
'%Y%m%d%H%M%S'
Instance Method Summary collapse
-
#initialize(response:) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(response:) ⇒ Base
Returns a new instance of Base.
8 9 10 |
# File 'lib/quelink-mg/ack/base.rb', line 8 def initialize(response:) @response = response end |