class NoSE::Fields::HashField

Field representing a hash of multiple values

Public Class Methods

new(name, size = 1, **options) click to toggle source
Calls superclass method NoSE::Fields::Field::new
# File lib/nose/model/fields.rb, line 257
def initialize(name, size = 1, **options)
  super(name, size, **options)
end