Class: CorePro::Models::ProgramAccount

Inherits:
JsonBase
  • Object
show all
Defined in:
lib/corepro/models/program_account.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from JsonBase

#from_json!, #to_hash, #to_json

Instance Attribute Details

#accountBalanceObject

Returns the value of attribute accountBalance.



15
16
17
# File 'lib/corepro/models/program_account.rb', line 15

def accountBalance
  @accountBalance
end

#accountNumberObject

Returns the value of attribute accountNumber.



12
13
14
# File 'lib/corepro/models/program_account.rb', line 12

def accountNumber
  @accountNumber
end

#accountNumberMaskedObject

Returns the value of attribute accountNumberMasked.



13
14
15
# File 'lib/corepro/models/program_account.rb', line 13

def accountNumberMasked
  @accountNumberMasked
end

#descriptionObject

Returns the value of attribute description.



14
15
16
# File 'lib/corepro/models/program_account.rb', line 14

def description
  @description
end

#isActiveObject

Returns the value of attribute isActive.



16
17
18
# File 'lib/corepro/models/program_account.rb', line 16

def isActive
  @isActive
end

#programAccountIdObject

Returns the value of attribute programAccountId.



10
11
12
# File 'lib/corepro/models/program_account.rb', line 10

def programAccountId
  @programAccountId
end

#typeObject

Returns the value of attribute type.



11
12
13
# File 'lib/corepro/models/program_account.rb', line 11

def type
  @type
end

Instance Method Details

#is_hash?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/corepro/models/program_account.rb', line 6

def is_hash?
  true
end