class Bluepine::Attributes::StringAttribute

Constants

RULES

Public Instance Methods

in() click to toggle source
Calls superclass method Bluepine::Attributes::Attribute#in
# File lib/bluepine/attributes/string_attribute.rb, line 31
def in
  super&.map(&:to_s)
end
native_type() click to toggle source
# File lib/bluepine/attributes/string_attribute.rb, line 27
def native_type
  "string"
end