Module: HaystackRuby::Types::Marker
- Defined in:
- lib/haystack_ruby/types/marker.rb
Instance Method Summary collapse
Instance Method Details
#set_fields(str_value) ⇒ Object
4 5 6 7 |
# File 'lib/haystack_ruby/types/marker.rb', line 4 def set_fields str_value @haystack_type = 'Marker' @value = true end |