class NeonApi::Configuration
Attributes
client[RW]
decrypt_pem[RW]
encrypt_pem[RW]
environment[RW]
password[RW]
proxy[RW]
token[RW]
username[RW]
Public Instance Methods
client_setup()
click to toggle source
# File lib/neon_api/configuration.rb, line 20 def client_setup @client ||= Client.new(environment, token, username, password, encrypt_pem, decrypt_pem, proxy) end