Class: Kumonos::Envoy::Admin
- Inherits:
-
Struct
- Object
- Struct
- Kumonos::Envoy::Admin
- Defined in:
- lib/kumonos/envoy.rb
Instance Attribute Summary collapse
-
#access_log_path ⇒ Object
Returns the value of attribute access_log_path.
-
#address ⇒ Object
Returns the value of attribute address.
Class Method Summary collapse
Instance Attribute Details
#access_log_path ⇒ Object
Returns the value of attribute access_log_path
107 108 109 |
# File 'lib/kumonos/envoy.rb', line 107 def access_log_path @access_log_path end |
#address ⇒ Object
Returns the value of attribute address
107 108 109 |
# File 'lib/kumonos/envoy.rb', line 107 def address @address end |
Class Method Details
.build(h) ⇒ Object
109 110 111 |
# File 'lib/kumonos/envoy.rb', line 109 def build(h) new(h.fetch('address'), h.fetch('access_log_path')) end |