Class: Eship::ApiClient::ImmutableKey
- Inherits:
-
String
- Object
- String
- Eship::ApiClient::ImmutableKey
- Defined in:
- lib/eship/api_client.rb
Overview
Monkey patch to avoid headers capitalization jatindhankhar.in/blog/custom-http-header-and-ruby-standard-library/
Instance Method Summary collapse
- #capitalize ⇒ Object
- #to_s ⇒ Object (also: #to_str)
Instance Method Details
#capitalize ⇒ Object
22 23 24 |
# File 'lib/eship/api_client.rb', line 22 def capitalize self end |
#to_s ⇒ Object Also known as: to_str
26 27 28 |
# File 'lib/eship/api_client.rb', line 26 def to_s self end |