Method: Vines::Stream#vhost

Defined in:
lib/vines/stream.rb

#vhostObject

Returns the Vines::Config::Host virtual host for the stream’s domain.



77
78
79
# File 'lib/vines/stream.rb', line 77

def vhost
  @config.vhost(domain)
end