Module: Plumbum::Providers::Plural

Includes:
Plumbum::Provider
Included in:
ManyProvider
Defined in:
lib/plumbum/providers/plural.rb

Overview

Provider implementation that wraps a multiple key-value pairs.

Instance Attribute Summary collapse

Method Summary

Methods included from Plumbum::Provider

#get, #has?, #options, #read_only?, #set, #write_once?

Instance Attribute Details

#valuesHash (readonly)

Returns the key-value pairs returned by the provider.

Returns:

  • (Hash)

    the key-value pairs returned by the provider.



11
12
13
# File 'lib/plumbum/providers/plural.rb', line 11

def values
  @values
end