Class: Operaton::Bpm::Client::Impl::PermanentUrlResolver

Inherits:
Object
  • Object
show all
Includes:
UrlResolver
Defined in:
lib/operaton/bpm/client/impl/permanent_url_resolver.rb

Overview

Mirrors org.operaton.bpm.client.impl.PermanentUrlResolver

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(base_url) ⇒ PermanentUrlResolver

Returns a new instance of PermanentUrlResolver.



15
16
17
# File 'lib/operaton/bpm/client/impl/permanent_url_resolver.rb', line 15

def initialize(base_url)
  @base_url = base_url
end

Instance Attribute Details

#base_urlObject

Returns the value of attribute base_url.



13
14
15
# File 'lib/operaton/bpm/client/impl/permanent_url_resolver.rb', line 13

def base_url
  @base_url
end