module Shortlook::ProviderHelpers
Public Instance Methods
bundle_id()
click to toggle source
# File lib/shortlook/provider_helpers.rb, line 9 def bundle_id @config[:bundle_id] end
class_name()
click to toggle source
# File lib/shortlook/provider_helpers.rb, line 5 def class_name @config[:class_name] end
name()
click to toggle source
# File lib/shortlook/provider_helpers.rb, line 17 def name @config[:name] end
provider_bundle_id()
click to toggle source
# File lib/shortlook/provider_helpers.rb, line 13 def provider_bundle_id @config[:provider_bundle_id] end
provider_name()
click to toggle source
# File lib/shortlook/provider_helpers.rb, line 29 def provider_name @config[:provider_name] end
type()
click to toggle source
# File lib/shortlook/provider_helpers.rb, line 21 def type @config[:type] end