class FieldMaskParser::Dispatcher::Type

Constants

ATTRIBUTE
HAS_MANY
HAS_ONE
UNKNOWN

Public Class Methods

new(type) click to toggle source

@param [String] type

# File lib/field_mask_parser/dispatcher/type.rb, line 5
def initialize(type)
  @type = type
end