Class: CoinSync::Importers::Default::HistoryEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/coinsync/importers/default.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



16
17
18
# File 'lib/coinsync/importers/default.rb', line 16

def amount
  @amount
end

#assetObject

Returns the value of attribute asset.



16
17
18
# File 'lib/coinsync/importers/default.rb', line 16

def asset
  @asset
end

#currencyObject

Returns the value of attribute currency.



16
17
18
# File 'lib/coinsync/importers/default.rb', line 16

def currency
  @currency
end

#dateObject

Returns the value of attribute date.



16
17
18
# File 'lib/coinsync/importers/default.rb', line 16

def date
  @date
end

#exchangeObject

Returns the value of attribute exchange.



16
17
18
# File 'lib/coinsync/importers/default.rb', line 16

def exchange
  @exchange
end

#lpObject

Returns the value of attribute lp.



16
17
18
# File 'lib/coinsync/importers/default.rb', line 16

def lp
  @lp
end

#totalObject

Returns the value of attribute total.



16
17
18
# File 'lib/coinsync/importers/default.rb', line 16

def total
  @total
end

#typeObject

Returns the value of attribute type.



16
17
18
# File 'lib/coinsync/importers/default.rb', line 16

def type
  @type
end