Skip to content

Commit

Permalink
flexirest: Add Flexirest::BaseWithoutValidation#initialize
Browse files Browse the repository at this point in the history
`Flexirest::BaseWithoutValidation#initialize` can take `attrs` to build
a response object.

https://github.com/flexirest/flexirest/blob/v.10.6/lib/flexirest/base_without_validation.rb#L22
  • Loading branch information
tk0miya committed Aug 31, 2024
1 parent e9ff529 commit d2fc9a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gems/flexirest/1.12/base_without_validation.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module Flexirest
include Caching
extend Caching::ClassMethods

def initialize: (?untyped attrs) -> void
def self._request: (String, Symbol, *untyped, **untyped) -> untyped
def self._plain_request: (String, Symbol, *untyped, **untyped) -> untyped
def self.prepare_direct_request: (String, Symbol, **untyped) -> untyped
Expand Down

0 comments on commit d2fc9a9

Please sign in to comment.