Class: GlimrApiClient::Update
- Defined in:
- lib/glimr_api_client/update.rb
Overview
TODO: rename so it follow api spec
Defined Under Namespace
Classes: FeeLiabilityNotFound, GovPayReferenceExistsOnSystem, GovPayReferenceInvalidFormat, InvalidAmount, PaymentReferenceInvalidFormat
Instance Attribute Summary collapse
-
#request_body ⇒ Object
readonly
TODO: Move this and initialize into Base.
Attributes inherited from Base
Attributes included from Api
Instance Method Summary collapse
-
#initialize(params) ⇒ Update
constructor
A new instance of Update.
Methods inherited from Base
Methods included from Api
Constructor Details
#initialize(params) ⇒ Update
Returns a new instance of Update.
13 14 15 |
# File 'lib/glimr_api_client/update.rb', line 13 def initialize(params) @request_body = params end |
Instance Attribute Details
#request_body ⇒ Object (readonly)
TODO: Move this and initialize into Base. It’s the same for all but Case.
11 12 13 |
# File 'lib/glimr_api_client/update.rb', line 11 def request_body @request_body end |