Class: BupBupRB::Client::Configuration
- Inherits:
-
Object
- Object
- BupBupRB::Client::Configuration
- Includes:
- Singleton
- Defined in:
- lib/bup_bup_rb/client.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_secret ⇒ Object
Returns the value of attribute app_secret.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#app_id ⇒ Object
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_secret ⇒ Object
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 |
#url ⇒ Object
Returns the value of attribute url.
46 47 48 |
# File 'lib/bup_bup_rb/client.rb', line 46 def url @url end |