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.



37
38
39
# File 'lib/snap.rb', line 37

def endpoint
  @endpoint
end

#passwordObject

Returns the value of attribute password.



37
38
39
# File 'lib/snap.rb', line 37

def password
  @password
end

#usernameObject

Returns the value of attribute username.



37
38
39
# File 'lib/snap.rb', line 37

def username
  @username
end