Skip to Content Skip to Search
Methods
N

Attributes

[R] amount
[R] id
[R] object
[R] status

Class Public methods

new()

# File app/actions/action/billing/charge.rb, line 213
def initialize
  @id = SecureRandom.uuid
  @status = "succeeded"
  @amount = 0
  @object = "payment_intent"
end