Class: Snap::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/snap.rb

Overview

A simple configuration object to accept the required data to boot a client.

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint.



42
43
44
# File 'lib/snap.rb', line 42

def endpoint
  @endpoint
end

#passwordObject

Returns the value of attribute password.



42
43
44
# File 'lib/snap.rb', line 42

def password
  @password
end

#usernameObject

Returns the value of attribute username.



42
43
44
# File 'lib/snap.rb', line 42

def username
  @username
end