Class: NextErpBridge::Core::Credentials

Inherits:
Object
  • Object
show all
Defined in:
lib/next_erp_bridge/core/credentials.rb

Class Attribute Summary collapse

Class Attribute Details

.hostObject

Returns the value of attribute host.



11
12
13
# File 'lib/next_erp_bridge/core/credentials.rb', line 11

def host
  @host
end

.passwordObject

Returns the value of attribute password.



11
12
13
# File 'lib/next_erp_bridge/core/credentials.rb', line 11

def password
  @password
end

.usernameObject

Returns the value of attribute username.



11
12
13
# File 'lib/next_erp_bridge/core/credentials.rb', line 11

def username
  @username
end