class Credigy::LineResponse

Public Instance Methods

line() click to toggle source
# File lib/credigy/line_response.rb, line 5
def line
  body[:linha_digitavel]
end
sub_root_key() click to toggle source
# File lib/credigy/line_response.rb, line 9
def sub_root_key
  :ws_result_linha_digitavel
end