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



8
9
10
# File 'lib/urban/web.rb', line 8

def stream
  @stream
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'lib/urban/web.rb', line 8

def url
  @url
end