Class: EasyCaddy::Parser::ParsedConfig

Inherits:
Data
  • Object
show all
Defined in:
lib/easy_caddy/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#domainsObject (readonly)

Returns the value of attribute domains

Returns:

  • (Object)

    the current value of domains



7
8
9
# File 'lib/easy_caddy/parser.rb', line 7

def domains
  @domains
end

#log_pathsObject (readonly)

Returns the value of attribute log_paths

Returns:

  • (Object)

    the current value of log_paths



7
8
9
# File 'lib/easy_caddy/parser.rb', line 7

def log_paths
  @log_paths
end

#portsObject (readonly)

Returns the value of attribute ports

Returns:

  • (Object)

    the current value of ports



7
8
9
# File 'lib/easy_caddy/parser.rb', line 7

def ports
  @ports
end