module Elasticsearch::Resources::Typeable::InstanceMethods
Attributes
type[R]
Protected Instance Methods
type=(type)
click to toggle source
# File lib/elasticsearch/resources/typeable.rb, line 17 def type=(type) raise NullTypeError.new if type.nil? @type = type end