Module: HaystackRuby::Types::NA

Defined in:
lib/haystack_ruby/types/n_a.rb

Instance Method Summary collapse

Instance Method Details

#set_fields(str_value) ⇒ Object



4
5
6
7
# File 'lib/haystack_ruby/types/n_a.rb', line 4

def set_fields str_value
  @haystack_type = 'NA'
  @value = 'NA'
end