Class: NRSER::Types::Hash
Instance Attribute Summary collapse
-
#exactly ⇒ Object
readonly
Returns the value of attribute exactly.
-
#including ⇒ Object
readonly
Returns the value of attribute including.
-
#keys ⇒ Object
readonly
Returns the value of attribute keys.
-
#max ⇒ Object
readonly
Returns the value of attribute max.
-
#min ⇒ Object
readonly
Returns the value of attribute min.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Hash
constructor
A new instance of Hash.
Methods inherited from Type
#check, #default_name, #from_s, #has_from_s?, #name, #respond_to?, short_name, #test, #to_s
Constructor Details
#initialize(options = {}) ⇒ Hash
Returns a new instance of Hash.
11 12 13 |
# File 'lib/nrser/types/hash.rb', line 11 def initialize = {} end |
Instance Attribute Details
#exactly ⇒ Object (readonly)
Returns the value of attribute exactly.
9 10 11 |
# File 'lib/nrser/types/hash.rb', line 9 def exactly @exactly end |
#including ⇒ Object (readonly)
Returns the value of attribute including.
9 10 11 |
# File 'lib/nrser/types/hash.rb', line 9 def including @including end |
#keys ⇒ Object (readonly)
Returns the value of attribute keys.
9 10 11 |
# File 'lib/nrser/types/hash.rb', line 9 def keys @keys end |
#max ⇒ Object (readonly)
Returns the value of attribute max.
9 10 11 |
# File 'lib/nrser/types/hash.rb', line 9 def max @max end |
#min ⇒ Object (readonly)
Returns the value of attribute min.
9 10 11 |
# File 'lib/nrser/types/hash.rb', line 9 def min @min end |
#values ⇒ Object (readonly)
Returns the value of attribute values.
9 10 11 |
# File 'lib/nrser/types/hash.rb', line 9 def values @values end |