Method: Verizon::TargetAuthenticationBodyHeaders#initialize

Defined in:
lib/verizon/models/target_authentication_body_headers.rb

#initialize(authorization = SKIP, content_type = SKIP) ⇒ TargetAuthenticationBodyHeaders

Returns a new instance of TargetAuthenticationBodyHeaders.



41
42
43
44
45
# File 'lib/verizon/models/target_authentication_body_headers.rb', line 41

def initialize(authorization = SKIP,
               content_type = SKIP)
  @authorization = authorization unless authorization == SKIP
  @content_type = content_type unless content_type == SKIP
end