Class: Stagehand::Config
- Inherits:
-
Object
- Object
- Stagehand::Config
- Defined in:
- lib/stagehand.rb
Instance Attribute Summary collapse
-
#client_host ⇒ Object
Returns the value of attribute client_host.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#resource_host ⇒ Object
Returns the value of attribute resource_host.
Instance Attribute Details
#client_host ⇒ Object
Returns the value of attribute client_host.
10 11 12 |
# File 'lib/stagehand.rb', line 10 def client_host @client_host end |
#client_id ⇒ Object
Returns the value of attribute client_id.
10 11 12 |
# File 'lib/stagehand.rb', line 10 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
10 11 12 |
# File 'lib/stagehand.rb', line 10 def client_secret @client_secret end |
#resource_host ⇒ Object
Returns the value of attribute resource_host.
10 11 12 |
# File 'lib/stagehand.rb', line 10 def resource_host @resource_host end |