module HaystackRuby::Types::NA
Public Instance Methods
set_fields(str_value)
click to toggle source
# File lib/haystack_ruby/types/n_a.rb, line 4 def set_fields str_value @haystack_type = 'NA' @value = 'NA' end