Class: Stagehand::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/stagehand.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_hostObject

Returns the value of attribute client_host.



10
11
12
# File 'lib/stagehand.rb', line 10

def client_host
  @client_host
end

#client_idObject

Returns the value of attribute client_id.



10
11
12
# File 'lib/stagehand.rb', line 10

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



10
11
12
# File 'lib/stagehand.rb', line 10

def client_secret
  @client_secret
end

#resource_hostObject

Returns the value of attribute resource_host.



10
11
12
# File 'lib/stagehand.rb', line 10

def resource_host
  @resource_host
end