Class: Stream::URLGenerator

Inherits:
Object
  • Object
show all
Defined in:
lib/stream/url.rb

Direct Known Subclasses

APIURLGenerator, PersonalizationURLGenerator

Instance Attribute Summary collapse

Instance Attribute Details

#base_pathObject (readonly)

Returns the value of attribute base_path.



4
5
6
# File 'lib/stream/url.rb', line 4

def base_path
  @base_path
end

#optionsObject (readonly)

Returns the value of attribute options.



3
4
5
# File 'lib/stream/url.rb', line 3

def options
  @options
end

#urlObject (readonly)

Returns the value of attribute url.



5
6
7
# File 'lib/stream/url.rb', line 5

def url
  @url
end