Class: EasyCaddy::Parser::ParsedConfig
- Inherits:
-
Data
- Object
- Data
- EasyCaddy::Parser::ParsedConfig
- Defined in:
- lib/easy_caddy/parser.rb
Instance Attribute Summary collapse
-
#domains ⇒ Object
readonly
Returns the value of attribute domains.
-
#log_paths ⇒ Object
readonly
Returns the value of attribute log_paths.
-
#ports ⇒ Object
readonly
Returns the value of attribute ports.
Instance Attribute Details
#domains ⇒ Object (readonly)
Returns the value of attribute domains
7 8 9 |
# File 'lib/easy_caddy/parser.rb', line 7 def domains @domains end |
#log_paths ⇒ Object (readonly)
Returns the value of attribute log_paths
7 8 9 |
# File 'lib/easy_caddy/parser.rb', line 7 def log_paths @log_paths end |
#ports ⇒ Object (readonly)
Returns the value of attribute ports
7 8 9 |
# File 'lib/easy_caddy/parser.rb', line 7 def ports @ports end |