Method: PostcodeAnywhere::CapturePlus::Interactive::ParentIdExtractor#extract
- Defined in:
- lib/postcode_anywhere/capture_plus/interactive.rb
#extract ⇒ Object
73 74 75 76 77 78 79 80 |
# File 'lib/postcode_anywhere/capture_plus/interactive.rb', line 73 def extract if @parent_query && @parent_query.class == PostcodeAnywhere::CapturePlus::SearchResult return @parent_query.id else return @parent_query end end |