Class: Camt::Transaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#effective_dateObject

Returns the value of attribute effective_date

Returns:

  • (Object)

    the current value of effective_date



28
29
30
# File 'lib/camt.rb', line 28

def effective_date
  @effective_date
end

#execution_dateObject

Returns the value of attribute execution_date

Returns:

  • (Object)

    the current value of execution_date



28
29
30
# File 'lib/camt.rb', line 28

def execution_date
  @execution_date
end

#transaction_detailsObject

Returns the value of attribute transaction_details

Returns:

  • (Object)

    the current value of transaction_details



28
29
30
# File 'lib/camt.rb', line 28

def transaction_details
  @transaction_details
end

#transfer_typeObject

Returns the value of attribute transfer_type

Returns:

  • (Object)

    the current value of transfer_type



28
29
30
# File 'lib/camt.rb', line 28

def transfer_type
  @transfer_type
end

#transferred_amountObject

Returns the value of attribute transferred_amount

Returns:

  • (Object)

    the current value of transferred_amount



28
29
30
# File 'lib/camt.rb', line 28

def transferred_amount
  @transferred_amount
end