Class: Ooz::Model::Force::Binding

Inherits:
Base::Force::Binding show all
Defined in:
lib/ooz/model/force/binding.rb

Instance Attribute Summary

Attributes inherited from Base::Model

#root

Attributes inherited from Common::BaseModel

#doc

Instance Method Summary collapse

Methods inherited from Base::Model

#initialize, #ooze

Methods inherited from Common::BaseModel

#as_json, #as_update, build, #changed?, #consolidate!, #initialize, #new_change?, #print, #to_json, #undo!, #update_last_change!

Methods inherited from Common::BaseClass

overridable_const, passthrough, passthrough_arr, passthrough_cls

Constructor Details

This class inherits a constructor from Ooz::Base::Model

Instance Method Details

#fieldObject



9
10
11
# File 'lib/ooz/model/force/binding.rb', line 9

def field
  ooze.fields_hash(reference_id)
end

#forceObject



5
6
7
# File 'lib/ooz/model/force/binding.rb', line 5

def force
  root
end