Class: Twinkle::Client::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/twinkle/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint

Returns:

  • (Object)

    the current value of endpoint



7
8
9
# File 'lib/twinkle/client.rb', line 7

def endpoint
  @endpoint
end

#formatterObject

Returns the value of attribute formatter

Returns:

  • (Object)

    the current value of formatter



7
8
9
# File 'lib/twinkle/client.rb', line 7

def formatter
  @formatter
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



7
8
9
# File 'lib/twinkle/client.rb', line 7

def token
  @token
end