Class: Paymos::Transfer

Inherits:
Model
  • Object
show all
Defined in:
lib/paymos/models.rb,
sig/paymos.rbs

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#[], deep_freeze, fields, from, #initialize, #to_h

Constructor Details

This class inherits a constructor from Paymos::Model

Instance Attribute Details

#amountString (readonly)

Returns the value of attribute amount.

Returns:

  • (String)


62
63
64
# File 'sig/paymos.rbs', line 62

def amount
  @amount
end

#confirmed_atInteger? (readonly)

Returns the value of attribute confirmed_at.

Returns:

  • (Integer, nil)


65
66
67
# File 'sig/paymos.rbs', line 65

def confirmed_at
  @confirmed_at
end

#created_atInteger (readonly)

Returns the value of attribute created_at.

Returns:

  • (Integer)


64
65
66
# File 'sig/paymos.rbs', line 64

def created_at
  @created_at
end

#estimated_confirmation_atInteger? (readonly)

Returns the value of attribute estimated_confirmation_at.

Returns:

  • (Integer, nil)


67
68
69
# File 'sig/paymos.rbs', line 67

def estimated_confirmation_at
  @estimated_confirmation_at
end

#explorer_urlString? (readonly)

Returns the value of attribute explorer_url.

Returns:

  • (String, nil)


68
69
70
# File 'sig/paymos.rbs', line 68

def explorer_url
  @explorer_url
end

#required_confirmationsInteger? (readonly)

Returns the value of attribute required_confirmations.

Returns:

  • (Integer, nil)


66
67
68
# File 'sig/paymos.rbs', line 66

def required_confirmations
  @required_confirmations
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


63
64
65
# File 'sig/paymos.rbs', line 63

def status
  @status
end

#tx_hashString (readonly)

Returns the value of attribute tx_hash.

Returns:

  • (String)


61
62
63
# File 'sig/paymos.rbs', line 61

def tx_hash
  @tx_hash
end