module HaystackRuby::Types::Marker

Public Instance Methods

set_fields(str_value) click to toggle source
# File lib/haystack_ruby/types/marker.rb, line 4
def set_fields str_value
  @haystack_type = 'Marker'
  @value = true
end