Class: Urban::Web::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/urban/web.rb

Instance Attribute Summary collapse

Instance Attribute Details

#streamObject

Returns the value of attribute stream

Returns:

  • (Object)

    the current value of stream



6
7
8
# File 'lib/urban/web.rb', line 6

def stream
  @stream
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/urban/web.rb', line 6

def url
  @url
end