Class: ArcadiaDialogManager::DialogParams
- Inherits:
-
Struct
- Object
- Struct
- ArcadiaDialogManager::DialogParams
- Defined in:
- lib/a-core.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#msg ⇒ Object
Returns the value of attribute msg.
-
#res_array ⇒ Object
Returns the value of attribute res_array.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level
2916 2917 2918 |
# File 'lib/a-core.rb', line 2916 def level @level end |
#msg ⇒ Object
Returns the value of attribute msg
2916 2917 2918 |
# File 'lib/a-core.rb', line 2916 def msg @msg end |
#res_array ⇒ Object
Returns the value of attribute res_array
2916 2917 2918 |
# File 'lib/a-core.rb', line 2916 def res_array @res_array end |
#title ⇒ Object
Returns the value of attribute title
2916 2917 2918 |
# File 'lib/a-core.rb', line 2916 def title @title end |
#type ⇒ Object
Returns the value of attribute type
2916 2917 2918 |
# File 'lib/a-core.rb', line 2916 def type @type end |