Class: Rubyzen::Collections::ParametersCollection

Inherits:
BaseCollection
  • Object
show all
Includes:
Providers::CollectionFilterProvider
Defined in:
lib/rubyzen/collections/parameters_collection.rb

Overview

Collection of method parameter declarations.

Examples:

Filtering parameters by name

controllers.all_methods.parameters.with_name('id')

Method Summary

Methods included from Providers::CollectionFilterProvider

#with_name, #with_name_ending_with, #with_name_including, #with_name_starting_with, #without_name, #without_name_ending_with, #without_name_including, #without_name_starting_with

Methods inherited from BaseCollection

#filter