Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

File metadata and controls

20 lines (14 loc) · 379 Bytes

UltracartClient::HTTPHeader

Properties

Name Type Description Notes
name String Name of the HTTP header [optional]
value String Value of the HTTP header [optional]

Example

require 'ultracart_api'

instance = UltracartClient::HTTPHeader.new(
  name: null,
  value: null
)