Class: StarkitBanking::MiniStatement::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/starkit_banking/api/response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#narrativeObject

Returns the value of attribute narrative

Returns:

  • (Object)

    the current value of narrative



3
4
5
# File 'lib/starkit_banking/api/response.rb', line 3

def narrative
  @narrative
end

#receivedObject

Returns the value of attribute received

Returns:

  • (Object)

    the current value of received



3
4
5
# File 'lib/starkit_banking/api/response.rb', line 3

def received
  @received
end

#recordDateObject

Returns the value of attribute recordDate

Returns:

  • (Object)

    the current value of recordDate



3
4
5
# File 'lib/starkit_banking/api/response.rb', line 3

def recordDate
  @recordDate
end

#spentObject

Returns the value of attribute spent

Returns:

  • (Object)

    the current value of spent



3
4
5
# File 'lib/starkit_banking/api/response.rb', line 3

def spent
  @spent
end