Class: UILabel

Inherits:
Object
  • Object
show all
Defined in:
lib/motion-xray/xray_ext.rb

Class Method Summary collapse

Class Method Details

.xrayObject



92
93
94
95
96
97
98
# File 'lib/motion-xray/xray_ext.rb', line 92

def xray
  {
    'Content' => {
      text: Motion::Xray::TextEditor,
    }
  }
end