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.



39
40
41
# File 'lib/snap.rb', line 39

def endpoint
  @endpoint
end

#passwordObject

Returns the value of attribute password.



39
40
41
# File 'lib/snap.rb', line 39

def password
  @password
end

#usernameObject

Returns the value of attribute username.



39
40
41
# File 'lib/snap.rb', line 39

def username
  @username
end