Module: Plumbum::Providers::Plural
Overview
Provider implementation that wraps a multiple key-value pairs.
Instance Attribute Summary collapse
-
#values ⇒ Hash
readonly
The key-value pairs returned by the provider.
Method Summary
Methods included from Plumbum::Provider
#get, #has?, #options, #read_only?, #set, #write_once?
Instance Attribute Details
#values ⇒ Hash (readonly)
Returns the key-value pairs returned by the provider.
11 12 13 |
# File 'lib/plumbum/providers/plural.rb', line 11 def values @values end |