Class: Appygram::Config

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

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



82
83
84
# File 'lib/appygram.rb', line 82

def api_key
  @api_key
end

.appygram_endpointObject

Returns the value of attribute appygram_endpoint.



82
83
84
# File 'lib/appygram.rb', line 82

def appygram_endpoint
  @appygram_endpoint
end

.platformObject

Returns the value of attribute platform.



82
83
84
# File 'lib/appygram.rb', line 82

def platform
  @platform
end

.softwareObject

Returns the value of attribute software.



82
83
84
# File 'lib/appygram.rb', line 82

def software
  @software
end

.trace_endpointObject

Returns the value of attribute trace_endpoint.



82
83
84
# File 'lib/appygram.rb', line 82

def trace_endpoint
  @trace_endpoint
end