Class: EML::UK::Parameters::Agreement::Show

Inherits:
EML::UK::Parameters show all
Defined in:
lib/eml/uk/parameters/agreement/show.rb

Constant Summary

Constants inherited from Parameters

Parameters::ENDPOINT_CLASS_TYPE

Instance Method Summary collapse

Methods inherited from EML::UK::Parameters

convert

Methods inherited from Parameters

convert, #to_h

Constructor Details

#initialize(params) ⇒ Show

Returns a new instance of Show.



10
11
12
13
# File 'lib/eml/uk/parameters/agreement/show.rb', line 10

def initialize(params)
  params[:client_language] ||= "en"
  super
end