Class: Ifin24::Models::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/ifin24/models/account.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Ifin24::Models::Base

Instance Attribute Details

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/ifin24/models/account.rb', line 3

def id
  @id
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/ifin24/models/account.rb', line 4

def name
  @name
end