Class: Exchange

Inherits:
Object
  • Object
show all
Defined in:
lib/compropago_sdk/factory/models/exchange.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exchange_idObject

Returns the value of attribute exchange_id.



9
10
11
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 9

def exchange_id
  @exchange_id
end

#final_amountObject

Returns the value of attribute final_amount.



6
7
8
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 6

def final_amount
  @final_amount
end

#final_currencyObject

Returns the value of attribute final_currency.



8
9
10
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 8

def final_currency
  @final_currency
end

#origin_amountObject

Returns the value of attribute origin_amount.



5
6
7
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 5

def origin_amount
  @origin_amount
end

#origin_currencyObject

Returns the value of attribute origin_currency.



7
8
9
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 7

def origin_currency
  @origin_currency
end

#rateObject

Returns the value of attribute rate.



3
4
5
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 3

def rate
  @rate
end

#requestObject

Returns the value of attribute request.



4
5
6
# File 'lib/compropago_sdk/factory/models/exchange.rb', line 4

def request
  @request
end