Class: NRSER::Types::Hash

Inherits:
Type
  • Object
show all
Defined in:
lib/nrser/types/hash.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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 options = {}
  
end

Instance Attribute Details

#exactlyObject (readonly)

Returns the value of attribute exactly.



9
10
11
# File 'lib/nrser/types/hash.rb', line 9

def exactly
  @exactly
end

#includingObject (readonly)

Returns the value of attribute including.



9
10
11
# File 'lib/nrser/types/hash.rb', line 9

def including
  @including
end

#keysObject (readonly)

Returns the value of attribute keys.



9
10
11
# File 'lib/nrser/types/hash.rb', line 9

def keys
  @keys
end

#maxObject (readonly)

Returns the value of attribute max.



9
10
11
# File 'lib/nrser/types/hash.rb', line 9

def max
  @max
end

#minObject (readonly)

Returns the value of attribute min.



9
10
11
# File 'lib/nrser/types/hash.rb', line 9

def min
  @min
end

#valuesObject (readonly)

Returns the value of attribute values.



9
10
11
# File 'lib/nrser/types/hash.rb', line 9

def values
  @values
end