8 lines
163 B
Ruby
8 lines
163 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Service::OptionsBase
|
||
|
include ActiveModel::API
|
||
|
include ActiveModel::Attributes
|
||
|
include ActiveModel::AttributeMethods
|
||
|
end
|