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.



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

def endpoint
  @endpoint
end

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#usernameObject

Returns the value of attribute username.



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

def username
  @username
end