Class: CommandTower::Deserializers::Clients::Types::Type

Inherits:
Object
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/clients/types.rb

Instance Method Summary collapse

Instance Method Details

#call(_value, path:) ⇒ Object

Raises:

  • (NotImplementedError)


60
61
62
# File 'app/deserializers/command_tower/deserializers/clients/types.rb', line 60

def call(_value, path:)
  raise NotImplementedError
end

#expected_label ⇒ Object



64
65
66
# File 'app/deserializers/command_tower/deserializers/clients/types.rb', line 64

def expected_label
  self.class.name
end