Skip to Content Skip to Search
Methods
N

Attributes

[R] amount
[R] plan

Class Public methods

new(plan:)

# File app/actions/action/billing/free_member_space_order.rb, line 6
def initialize(plan:)
  @plan = plan
  @amount = 0
end