class OnebusawaySDK::Internal::Type::FileInput

def self.===(other)

Returns:
  • (Boolean) -

Parameters:
  • other (Object) --

Other tags:
    Api: - public
def self.===(other)
  case other
  in Pathname | StringIO | IO | String | OnebusawaySDK::FilePart
    true
  else
    false
  end
end