Class: BupBupRB::Client::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/bup_bup_rb/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



46
47
48
# File 'lib/bup_bup_rb/client.rb', line 46

def app_id
  @app_id
end

#app_secretObject

Returns the value of attribute app_secret.



46
47
48
# File 'lib/bup_bup_rb/client.rb', line 46

def app_secret
  @app_secret
end

#urlObject

Returns the value of attribute url.



46
47
48
# File 'lib/bup_bup_rb/client.rb', line 46

def url
  @url
end