Class: Rubyzen::Collections::AssignmentsCollection

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

Overview

Collection of Declarations::AssignmentDeclaration (local-variable assignments).

Examples:

method.assignments.with_name('user')

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