class GitDS::BinaryPropertyDefinition
A definition of a ModelItem
property that stores binary data.
Public Instance Methods
get(model, parent_path)
click to toggle source
set(model, parent_path, value)
click to toggle source
valid?(val)
click to toggle source
Raw binary property values are always valid if they are not nil
# File lib/git-ds/model/property.rb, line 162 def valid?(val) val != nil end