Class: Credigy::LineResponse
- Defined in:
- lib/credigy/line_response.rb
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
Methods inherited from Response
Constructor Details
This class inherits a constructor from Credigy::Response
Instance Method Details
#line ⇒ Object
5 6 7 |
# File 'lib/credigy/line_response.rb', line 5 def line body[:linha_digitavel] end |
#sub_root_key ⇒ Object
9 10 11 |
# File 'lib/credigy/line_response.rb', line 9 def sub_root_key :ws_result_linha_digitavel end |