class ReverseParameters::BaseCollection::Item
Attributes
name[R]
state[R]
Public Class Methods
new(name:, state:, **options)
click to toggle source
# File lib/reverse_parameters.rb, line 74 def initialize(name:, state:, **options) @name = name @state = state post_initialize(options) end
Public Instance Methods
post_initialize(*)
click to toggle source
# File lib/reverse_parameters.rb, line 80 def post_initialize(*) end