Class: Ibancom::Resources::IBAN::Bank

Inherits:
Base
  • Object
show all
Defined in:
lib/ibancom/resources/iban/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

#accountObject

Returns the value of attribute account.



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

def 
  @account
end

#addressObject

Returns the value of attribute address.



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

def address
  @address
end

#bankObject

Returns the value of attribute bank.



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

def bank
  @bank
end

#bank_codeObject

Returns the value of attribute bank_code.



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

def bank_code
  @bank_code
end

#bicObject

Returns the value of attribute bic.



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

def bic
  @bic
end

#branchObject

Returns the value of attribute branch.



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

def branch
  @branch
end

#branch_codeObject

Returns the value of attribute branch_code.



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

def branch_code
  @branch_code
end

#cityObject

Returns the value of attribute city.



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

def city
  @city
end

#countryObject

Returns the value of attribute country.



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

def country
  @country
end

#country_isoObject

Returns the value of attribute country_iso.



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

def country_iso
  @country_iso
end

#emailObject

Returns the value of attribute email.



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

def email
  @email
end

#faxObject

Returns the value of attribute fax.



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

def fax
  @fax
end

#phoneObject

Returns the value of attribute phone.



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

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



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

def state
  @state
end

#wwwObject

Returns the value of attribute www.



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

def www
  @www
end

#zipObject

Returns the value of attribute zip.



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

def zip
  @zip
end