Class: Bitreserve::Entities::Transaction

Inherits:
BaseEntity
  • Object
show all
Defined in:
lib/bitreserve/entities/transaction.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseEntity

from_collection, #initialize

Constructor Details

This class inherits a constructor from Bitreserve::Entities::BaseEntity

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def created_at
  @created_at
end

#denominationObject (readonly)

Returns the value of attribute denomination.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def denomination
  @denomination
end

#destinationObject (readonly)

Returns the value of attribute destination.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def destination
  @destination
end

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def id
  @id
end

#messageObject (readonly)

Returns the value of attribute message.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def message
  @message
end

#originObject (readonly)

Returns the value of attribute origin.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def origin
  @origin
end

#paramsObject (readonly)

Returns the value of attribute params.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def params
  @params
end

#quoted_atObject (readonly)

Returns the value of attribute quoted_at.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def quoted_at
  @quoted_at
end

#refunded_by_idObject (readonly)

Returns the value of attribute refunded_by_id.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def refunded_by_id
  @refunded_by_id
end

#statusObject (readonly)

Returns the value of attribute status.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def status
  @status
end

#typeObject (readonly)

Returns the value of attribute type.



4
5
6
# File 'lib/bitreserve/entities/transaction.rb', line 4

def type
  @type
end