Class: Rnfse::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/rnfse/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#apiObject

Returns the value of attribute api.



10
11
12
# File 'lib/rnfse/configuration.rb', line 10

def api
  @api
end

#certificateObject

Returns the value of attribute certificate.



11
12
13
# File 'lib/rnfse/configuration.rb', line 11

def certificate
  @certificate
end

#endpointObject

Returns the value of attribute endpoint.



8
9
10
# File 'lib/rnfse/configuration.rb', line 8

def endpoint
  @endpoint
end

#homologacaoObject

Returns the value of attribute homologacao.



9
10
11
# File 'lib/rnfse/configuration.rb', line 9

def homologacao
  @homologacao
end

#keyObject

Returns the value of attribute key.



12
13
14
# File 'lib/rnfse/configuration.rb', line 12

def key
  @key
end

#municipioObject

Returns the value of attribute municipio.



6
7
8
# File 'lib/rnfse/configuration.rb', line 6

def municipio
  @municipio
end

#namespaceObject

Returns the value of attribute namespace.



7
8
9
# File 'lib/rnfse/configuration.rb', line 7

def namespace
  @namespace
end

#provedorObject

Returns the value of attribute provedor.



5
6
7
# File 'lib/rnfse/configuration.rb', line 5

def provedor
  @provedor
end

#soap_clientObject

Returns the value of attribute soap_client.



14
15
16
# File 'lib/rnfse/configuration.rb', line 14

def soap_client
  @soap_client
end

#verboseObject

Returns the value of attribute verbose.



15
16
17
# File 'lib/rnfse/configuration.rb', line 15

def verbose
  @verbose
end

#xml_builderObject

Returns the value of attribute xml_builder.



13
14
15
# File 'lib/rnfse/configuration.rb', line 13

def xml_builder
  @xml_builder
end