class TypedParameter::Swagger::Types::Base

Public Class Methods

value() click to toggle source
# File lib/typed_parameter/swagger/types/base.rb, line 7
def self.value
  raise NotImplementedError, 'You need to implement this method'
end