Class: Pyroscope::Config
- Inherits:
-
Struct
- Object
- Struct
- Pyroscope::Config
- Defined in:
- lib/pyroscope.rb
Instance Attribute Summary collapse
-
#app_name ⇒ Object
Returns the value of attribute app_name.
-
#server_address ⇒ Object
Returns the value of attribute server_address.
Instance Attribute Details
#app_name ⇒ Object
Returns the value of attribute app_name
5 6 7 |
# File 'lib/pyroscope.rb', line 5 def app_name @app_name end |
#server_address ⇒ Object
Returns the value of attribute server_address
5 6 7 |
# File 'lib/pyroscope.rb', line 5 def server_address @server_address end |