Class: Usher::Route::GenerateWith

Inherits:
Struct
  • Object
show all
Defined in:
lib/usher/route.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host



13
14
15
# File 'lib/usher/route.rb', line 13

def host
  @host
end

#portObject

Returns the value of attribute port



13
14
15
# File 'lib/usher/route.rb', line 13

def port
  @port
end

#schemeObject

Returns the value of attribute scheme



13
14
15
# File 'lib/usher/route.rb', line 13

def scheme
  @scheme
end