Class: Fedex::WebServices::Service::Base::Credentials

Inherits:
Struct
  • Object
show all
Defined in:
lib/fedex/web_services/service/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_numberObject

Returns the value of attribute account_number

Returns:

  • (Object)

    the current value of account_number



13
14
15
# File 'lib/fedex/web_services/service/base.rb', line 13

def 
  @account_number
end

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



13
14
15
# File 'lib/fedex/web_services/service/base.rb', line 13

def environment
  @environment
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



13
14
15
# File 'lib/fedex/web_services/service/base.rb', line 13

def key
  @key
end

#meter_numberObject

Returns the value of attribute meter_number

Returns:

  • (Object)

    the current value of meter_number



13
14
15
# File 'lib/fedex/web_services/service/base.rb', line 13

def meter_number
  @meter_number
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



13
14
15
# File 'lib/fedex/web_services/service/base.rb', line 13

def password
  @password
end