Class: Dickless::CreditTransaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#ai_providerObject

Returns the value of attribute ai_provider

Returns:

  • (Object)

    the current value of ai_provider



113
114
115
# File 'lib/dickless/types.rb', line 113

def ai_provider
  @ai_provider
end

#amount_centsObject

Returns the value of attribute amount_cents

Returns:

  • (Object)

    the current value of amount_cents



113
114
115
# File 'lib/dickless/types.rb', line 113

def amount_cents
  @amount_cents
end

#balance_after_centsObject

Returns the value of attribute balance_after_cents

Returns:

  • (Object)

    the current value of balance_after_cents



113
114
115
# File 'lib/dickless/types.rb', line 113

def balance_after_cents
  @balance_after_cents
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



113
114
115
# File 'lib/dickless/types.rb', line 113

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



113
114
115
# File 'lib/dickless/types.rb', line 113

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



113
114
115
# File 'lib/dickless/types.rb', line 113

def id
  @id
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



113
114
115
# File 'lib/dickless/types.rb', line 113

def model
  @model
end

#tokens_usedObject

Returns the value of attribute tokens_used

Returns:

  • (Object)

    the current value of tokens_used



113
114
115
# File 'lib/dickless/types.rb', line 113

def tokens_used
  @tokens_used
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



113
114
115
# File 'lib/dickless/types.rb', line 113

def type
  @type
end