class React::Component::Location

Public Instance Methods

method_missing(prop, *args, &block) click to toggle source
# File lib/react/component/location.rb, line 6
def method_missing(prop, *args, &block)
  @native.JS[:props].JS[:location].JS[prop]
end
to_n() click to toggle source
# File lib/react/component/location.rb, line 10
def to_n
  @native
end