Class: Mxrb::WidgetSynchronizer::Result
- Inherits:
-
Data
- Object
- Data
- Mxrb::WidgetSynchronizer::Result
- Defined in:
- lib/mxrb/widget_synchronizer.rb
Instance Attribute Summary collapse
-
#definition ⇒ Object
readonly
Returns the value of attribute definition.
-
#mx_path ⇒ Object
readonly
Returns the value of attribute mx_path.
-
#project ⇒ Object
readonly
Returns the value of attribute project.
Instance Attribute Details
#definition ⇒ Object (readonly)
Returns the value of attribute definition
6 7 8 |
# File 'lib/mxrb/widget_synchronizer.rb', line 6 def definition @definition end |
#mx_path ⇒ Object (readonly)
Returns the value of attribute mx_path
6 7 8 |
# File 'lib/mxrb/widget_synchronizer.rb', line 6 def mx_path @mx_path end |
#project ⇒ Object (readonly)
Returns the value of attribute project
6 7 8 |
# File 'lib/mxrb/widget_synchronizer.rb', line 6 def project @project end |