Class: YSM::BidInformationService::UsernameToken
- Inherits:
-
Object
- Object
- YSM::BidInformationService::UsernameToken
- Defined in:
- lib/ysm4r/v1/BidInformationService.rb,
lib/ysm4r/v2/BidInformationService.rb
Overview
http://schemas.xmlsoap.org/ws/2002/07/secextUsernameToken
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil, password = nil) ⇒ UsernameToken
constructor
A new instance of UsernameToken.
Constructor Details
#initialize(username = nil, password = nil) ⇒ UsernameToken
Returns a new instance of UsernameToken.
42 43 44 45 |
# File 'lib/ysm4r/v1/BidInformationService.rb', line 42 def initialize(username = nil, password = nil) @username = username @password = password end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
40 41 42 |
# File 'lib/ysm4r/v1/BidInformationService.rb', line 40 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
39 40 41 |
# File 'lib/ysm4r/v1/BidInformationService.rb', line 39 def username @username end |