Class: FedexWebServices::Soap::Close::WebAuthenticationDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/CloseServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parentCredential = nil, userCredential = nil) ⇒ WebAuthenticationDetail

Returns a new instance of WebAuthenticationDetail.



694
695
696
697
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 694

def initialize(parentCredential = nil, userCredential = nil)
  @parentCredential = parentCredential
  @userCredential = userCredential
end

Instance Attribute Details

#parentCredentialObject

Returns the value of attribute parentCredential.



691
692
693
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 691

def parentCredential
  @parentCredential
end

#userCredentialObject

Returns the value of attribute userCredential.



692
693
694
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 692

def userCredential
  @userCredential
end