version is optional
This commit is contained in:
@@ -1 +1,5 @@
|
||||
UpdateInput = Struct.new(:platform, :name, :version, keyword_init: true)
|
||||
UpdateInput = Struct.new(:platform, :name, :version, keyword_init: true) do
|
||||
def initialize(platform:, name:, version: nil)
|
||||
super
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user