Class: ArcadiaDialogManager::DialogParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/a-core.rb

Instance Attribute Summary collapse

Instance Attribute Details

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



2416
2417
2418
# File 'lib/a-core.rb', line 2416

def level
  @level
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



2416
2417
2418
# File 'lib/a-core.rb', line 2416

def msg
  @msg
end

#res_arrayObject

Returns the value of attribute res_array

Returns:

  • (Object)

    the current value of res_array



2416
2417
2418
# File 'lib/a-core.rb', line 2416

def res_array
  @res_array
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2416
2417
2418
# File 'lib/a-core.rb', line 2416

def type
  @type
end