Class: Ibancom::Resources::SCAN::Bank

Inherits:
Base
  • Object
show all
Defined in:
lib/ibancom/resources/scan/bank.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#response

Method Summary

Methods inherited from Base

#initialize, map

Constructor Details

This class inherits a constructor from Ibancom::Resources::Base

Instance Attribute Details

#addressObject

Returns the value of attribute address.



7
8
9
# File 'lib/ibancom/resources/scan/bank.rb', line 7

def address
  @address
end

#bankObject

Returns the value of attribute bank.



7
8
9
# File 'lib/ibancom/resources/scan/bank.rb', line 7

def bank
  @bank
end

#bicObject

Returns the value of attribute bic.



7
8
9
# File 'lib/ibancom/resources/scan/bank.rb', line 7

def bic
  @bic
end

#branchObject

Returns the value of attribute branch.



7
8
9
# File 'lib/ibancom/resources/scan/bank.rb', line 7

def branch
  @branch
end

#cityObject

Returns the value of attribute city.



7
8
9
# File 'lib/ibancom/resources/scan/bank.rb', line 7

def city
  @city
end

#countryObject

Returns the value of attribute country.



7
8
9
# File 'lib/ibancom/resources/scan/bank.rb', line 7

def country
  @country
end

#phoneObject

Returns the value of attribute phone.



7
8
9
# File 'lib/ibancom/resources/scan/bank.rb', line 7

def phone
  @phone
end

#zipObject

Returns the value of attribute zip.



7
8
9
# File 'lib/ibancom/resources/scan/bank.rb', line 7

def zip
  @zip
end