Class: Blacklight::Types::String

Inherits:
Value
  • Object
show all
Defined in:
app/values/blacklight/types.rb

Direct Known Subclasses

Html

Instance Method Summary collapse

Methods inherited from Value

coerce, #initialize

Constructor Details

This class inherits a constructor from Blacklight::Types::Value

Instance Method Details

#cast(input) ⇒ Object



54
55
56
# File 'app/values/blacklight/types.rb', line 54

def cast(input)
  super&.to_s
end