Class: Nfe::Webservices::Wsinfo::WsdlFinder
- Inherits:
-
Object
- Object
- Nfe::Webservices::Wsinfo::WsdlFinder
- Defined in:
- lib/nfe/webservices/wsinfo/wsdl_finder.rb
Instance Method Summary collapse
- #authorize(environment, uf) ⇒ Object
- #consult_emitter(environment, uf) ⇒ Object
- #disenable(environment, uf) ⇒ Object
- #event(environment, uf) ⇒ Object
- #service_status(environment, uf) ⇒ Object
- #situation(environment, uf) ⇒ Object
Instance Method Details
#authorize(environment, uf) ⇒ Object
5 6 7 |
# File 'lib/nfe/webservices/wsinfo/wsdl_finder.rb', line 5 def (environment, uf) Factory.create_wsdl(environment,uf). end |
#consult_emitter(environment, uf) ⇒ Object
25 26 27 |
# File 'lib/nfe/webservices/wsinfo/wsdl_finder.rb', line 25 def consult_emitter(environment, uf) Factory.create_wsdl(environment, uf).consult_emitter end |
#disenable(environment, uf) ⇒ Object
17 18 19 |
# File 'lib/nfe/webservices/wsinfo/wsdl_finder.rb', line 17 def disenable(environment, uf) Factory.create_wsdl(environment,uf).disenable end |
#event(environment, uf) ⇒ Object
21 22 23 |
# File 'lib/nfe/webservices/wsinfo/wsdl_finder.rb', line 21 def event(environment, uf) Factory.create_wsdl(environment,uf).event end |
#service_status(environment, uf) ⇒ Object
13 14 15 |
# File 'lib/nfe/webservices/wsinfo/wsdl_finder.rb', line 13 def service_status(environment, uf) Factory.create_wsdl(environment,uf).service_status end |
#situation(environment, uf) ⇒ Object
9 10 11 |
# File 'lib/nfe/webservices/wsinfo/wsdl_finder.rb', line 9 def situation(environment, uf) Factory.create_wsdl(environment,uf).situation end |