Class: Uniword::Resource::ThemeTransition::TransitionResult
- Inherits:
-
Struct
- Object
- Struct
- Uniword::Resource::ThemeTransition::TransitionResult
- Defined in:
- lib/uniword/resource/theme_transition.rb
Overview
Result object returned from transition operations
Instance Attribute Summary collapse
-
#ms_name ⇒ Object
Returns the value of attribute ms_name.
-
#uniword_slug ⇒ Object
Returns the value of attribute uniword_slug.
Instance Attribute Details
#ms_name ⇒ Object
Returns the value of attribute ms_name
26 27 28 |
# File 'lib/uniword/resource/theme_transition.rb', line 26 def ms_name @ms_name end |
#uniword_slug ⇒ Object
Returns the value of attribute uniword_slug
26 27 28 |
# File 'lib/uniword/resource/theme_transition.rb', line 26 def uniword_slug @uniword_slug end |