Class: Dickless::CreditTransaction
- Inherits:
-
Struct
- Object
- Struct
- Dickless::CreditTransaction
- Defined in:
- lib/dickless/types.rb
Instance Attribute Summary collapse
-
#ai_provider ⇒ Object
Returns the value of attribute ai_provider.
-
#amount_cents ⇒ Object
Returns the value of attribute amount_cents.
-
#balance_after_cents ⇒ Object
Returns the value of attribute balance_after_cents.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#model ⇒ Object
Returns the value of attribute model.
-
#tokens_used ⇒ Object
Returns the value of attribute tokens_used.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#ai_provider ⇒ Object
Returns the value of attribute ai_provider
113 114 115 |
# File 'lib/dickless/types.rb', line 113 def ai_provider @ai_provider end |
#amount_cents ⇒ Object
Returns the value of attribute amount_cents
113 114 115 |
# File 'lib/dickless/types.rb', line 113 def amount_cents @amount_cents end |
#balance_after_cents ⇒ Object
Returns the value of attribute balance_after_cents
113 114 115 |
# File 'lib/dickless/types.rb', line 113 def balance_after_cents @balance_after_cents end |
#created_at ⇒ Object
Returns the value of attribute created_at
113 114 115 |
# File 'lib/dickless/types.rb', line 113 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description
113 114 115 |
# File 'lib/dickless/types.rb', line 113 def description @description end |
#id ⇒ Object
Returns the value of attribute id
113 114 115 |
# File 'lib/dickless/types.rb', line 113 def id @id end |
#model ⇒ Object
Returns the value of attribute model
113 114 115 |
# File 'lib/dickless/types.rb', line 113 def model @model end |
#tokens_used ⇒ Object
Returns the value of attribute tokens_used
113 114 115 |
# File 'lib/dickless/types.rb', line 113 def tokens_used @tokens_used end |
#type ⇒ Object
Returns the value of attribute type
113 114 115 |
# File 'lib/dickless/types.rb', line 113 def type @type end |