Class: Natwest::Account

Inherits:
Object
  • Object
show all
Defined in:
lib/natwest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#availableObject

Returns the value of attribute available.



99
100
101
# File 'lib/natwest.rb', line 99

def available
  @available
end

#balanceObject

Returns the value of attribute balance.



99
100
101
# File 'lib/natwest.rb', line 99

def balance
  @balance
end

#nameObject

Returns the value of attribute name.



99
100
101
# File 'lib/natwest.rb', line 99

def name
  @name
end

#numberObject

Returns the value of attribute number.



99
100
101
# File 'lib/natwest.rb', line 99

def number
  @number
end

#sort_codeObject

Returns the value of attribute sort_code.



99
100
101
# File 'lib/natwest.rb', line 99

def sort_code
  @sort_code
end

#transactionsObject

Returns the value of attribute transactions.



99
100
101
# File 'lib/natwest.rb', line 99

def transactions
  @transactions
end