Class: DataBindings::Adapters::Ruby::RubyArrayAdapter

Inherits:
Array
  • Object
show all
Includes:
Unbound
Defined in:
lib/data_bindings/adapters/ruby.rb

Instance Attribute Summary

Attributes included from Unbound

#binding, #binding_name

Instance Method Summary collapse

Methods included from Unbound

#array?, #bind, #bind!, #bind_array, #binding_class, #convert_target, #hash?, #to_native, #type, #update_binding

Constructor Details

#initialize(generator, o) ⇒ RubyArrayAdapter

Returns a new instance of RubyArrayAdapter.



28
29
30
31
# File 'lib/data_bindings/adapters/ruby.rb', line 28

def initialize(generator, o)
  @generator = generator
  super o
end