Sha256: 101fa5ee02a43749775356b949bef313c851093013b06163b768386b5dc42ad4

Contents?: true

Size: 236 Bytes

Versions: 71

Compression:

Stored size: 236 Bytes

Contents

module React
  module Component
    class Location
      include ::Native::Wrapper

      def method_missing(prop, *args, &block)
        @native.JS[:params].JS[prop]
      end

      def to_n
        @native
      end
    end
  end
end

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
isomorfeus-react-16.12.5 lib/react/component/location.rb
isomorfeus-react-16.12.4 lib/react/component/location.rb
isomorfeus-react-16.12.3 lib/react/component/location.rb
isomorfeus-react-16.12.2 lib/react/component/location.rb
isomorfeus-react-16.12.1 lib/react/component/location.rb
isomorfeus-react-16.12.0 lib/react/component/location.rb
isomorfeus-react-16.11.4 lib/react/component/location.rb
isomorfeus-react-16.11.3 lib/react/component/location.rb
isomorfeus-react-16.11.2 lib/react/component/location.rb
isomorfeus-react-16.11.1 lib/react/component/location.rb
isomorfeus-react-16.11.0 lib/react/component/location.rb
isomorfeus-react-16.10.17 lib/react/component/location.rb
isomorfeus-react-16.10.16 lib/react/component/location.rb
isomorfeus-react-16.10.14 lib/react/component/location.rb
isomorfeus-react-16.10.13 lib/react/component/location.rb
isomorfeus-react-16.10.12 lib/react/component/location.rb
isomorfeus-react-16.10.11 lib/react/component/location.rb
isomorfeus-react-16.10.10 lib/react/component/location.rb
isomorfeus-react-16.10.9 lib/react/component/location.rb
isomorfeus-react-16.10.8 lib/react/component/location.rb