Method: Eapi::Methods::Properties::InstanceMethods#get
- Defined in:
- lib/eapi/methods/properties.rb
#get(field) ⇒ Object
11 12 13 14 |
# File 'lib/eapi/methods/properties.rb', line 11 def get(field) getter = Eapi::Methods::Names.getter field send(getter) end |