Class: YSM::BidInformationService::UsernameToken

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/BidInformationService.rb,
lib/ysm4r/v2/BidInformationService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#passwordObject

Returns the value of attribute password.



40
41
42
# File 'lib/ysm4r/v1/BidInformationService.rb', line 40

def password
  @password
end

#usernameObject

Returns the value of attribute username.



39
40
41
# File 'lib/ysm4r/v1/BidInformationService.rb', line 39

def username
  @username
end