class Cattri::Attribute
def writable?
-
(Boolean)
- whether the attribute allows writing
def writable? return false if @options.expose == :none !readonly? end
(Boolean)
- whether the attribute allows writing
def writable? return false if @options.expose == :none !readonly? end