class React::Component::Match
Public Instance Methods
is_exact()
click to toggle source
# File lib/react/component/match.rb, line 10 def is_exact @native.JS[:props].JS[:match].JS[:isExact] end
method_missing(prop, *args, &block)
click to toggle source
# File lib/react/component/match.rb, line 6 def method_missing(prop, *args, &block) @native.JS[:props].JS[:match].JS[:params].JS[prop] end
params()
click to toggle source
# File lib/react/component/match.rb, line 14 def params self end
path()
click to toggle source
# File lib/react/component/match.rb, line 18 def path @native.JS[:props].JS[:match].JS[:path] end
to_n()
click to toggle source
# File lib/react/component/match.rb, line 26 def to_n @native.JS[:props].JS[:match] end
url()
click to toggle source
# File lib/react/component/match.rb, line 22 def url @native.JS[:props].JS[:match].JS[:url] end