Sha256: ddc5342fd35c45b069da18b6f4dcffa72c031b7c0ac99b5f9a66407bec94a875

Contents?: true

Size: 250 Bytes

Versions: 31

Compression:

Stored size: 250 Bytes

Contents

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

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

      def to_n
        @native
      end
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
isomorfeus-react-16.13.11 lib/react/component/location.rb
isomorfeus-react-16.13.10 lib/react/component/location.rb
isomorfeus-react-16.13.9 lib/react/component/location.rb
isomorfeus-react-16.13.8 lib/react/component/location.rb
isomorfeus-react-16.13.7 lib/react/component/location.rb
isomorfeus-react-16.13.6 lib/react/component/location.rb
isomorfeus-react-16.13.5 lib/react/component/location.rb
isomorfeus-react-16.13.4 lib/react/component/location.rb
isomorfeus-react-16.13.3 lib/react/component/location.rb
isomorfeus-react-16.13.2 lib/react/component/location.rb
isomorfeus-react-16.13.1 lib/react/component/location.rb
isomorfeus-react-16.13.0 lib/react/component/location.rb
isomorfeus-react-16.12.24 lib/react/component/location.rb
isomorfeus-react-16.12.23 lib/react/component/location.rb
isomorfeus-react-16.12.22 lib/react/component/location.rb
isomorfeus-react-16.12.21 lib/react/component/location.rb
isomorfeus-react-16.12.20 lib/react/component/location.rb
isomorfeus-react-16.12.19 lib/react/component/location.rb
isomorfeus-react-16.12.18 lib/react/component/location.rb
isomorfeus-react-16.12.17 lib/react/component/location.rb