class Prof::MarketplaceService

Attributes

name[R]
plan[R]

Public Class Methods

new(name:, plan:) click to toggle source
# File lib/prof/marketplace_service.rb, line 13
def initialize(name:, plan:)
  @name = name
  @plan = plan
end