Methods

Files

Class/Module Index [+]

Quicksearch

BinData::BasePrimitive::ValuePlugin

Logic for the :value parameter

Public Instance Methods

_value() click to toggle source
# File lib/bindata/base_primitive.rb, line 160
def _value
  reading? ? @value : eval_parameter(:value)
end
assign(val) click to toggle source
# File lib/bindata/base_primitive.rb, line 156
def assign(val)
  # Ignored
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.