Class: Ecfr::PrinceXmlService::Base

Inherits:
Base show all
Defined in:
lib/ecfr/prince_xml_service/base.rb

Constant Summary

Constants inherited from Base

Base::SUPPORTED_ARRAY_ACCESSORS

Instance Attribute Summary

Attributes inherited from Base

#metadata, #request_data, #response_status, #results

Class Method Summary collapse

Methods inherited from Base

basic_auth_client_options, #each, #initialize, metadata, metadata_key, result_key

Methods included from Extensible

#inherited

Methods included from AttributeMethodDefinition

included, #initialize

Methods inherited from Client

build, cache_key, client, client_pool, delete, execute, get, handle_response, perform, post, purge

Methods included from Ecfr::ParallelClient

included

Constructor Details

This class inherits a constructor from Ecfr::Base

Class Method Details

.base_urlObject



6
7
8
# File 'lib/ecfr/prince_xml_service/base.rb', line 6

def self.base_url
  Ecfr.config.prince_xml_service_url || Ecfr.config.base_url
end

.service_nameObject



14
15
16
# File 'lib/ecfr/prince_xml_service/base.rb', line 14

def self.service_name
  "Prince XML Service"
end

.service_pathObject



10
11
12
# File 'lib/ecfr/prince_xml_service/base.rb', line 10

def self.service_path
  Ecfr.config.prince_xml_service_path || ""
end