Class: Cieloz::Requisicao::DadosEc
- Inherits:
-
Object
- Object
- Cieloz::Requisicao::DadosEc
- Includes:
- Helpers
- Defined in:
- lib/cieloz/requisicao/dados_ec.rb
Instance Attribute Summary collapse
-
#chave ⇒ Object
Returns the value of attribute chave.
-
#numero ⇒ Object
Returns the value of attribute numero.
Instance Method Summary collapse
Methods included from Helpers
#attributes=, included, #initialize
Instance Attribute Details
#chave ⇒ Object
Returns the value of attribute chave.
6 7 8 |
# File 'lib/cieloz/requisicao/dados_ec.rb', line 6 def chave @chave end |
#numero ⇒ Object
Returns the value of attribute numero.
6 7 8 |
# File 'lib/cieloz/requisicao/dados_ec.rb', line 6 def numero @numero end |
Instance Method Details
#attributes ⇒ Object
9 10 11 |
# File 'lib/cieloz/requisicao/dados_ec.rb', line 9 def attributes { numero: @numero, chave: @chave } end |