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



2916
2917
2918
# File 'lib/a-core.rb', line 2916

def level
  @level
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



2916
2917
2918
# File 'lib/a-core.rb', line 2916

def msg
  @msg
end

#res_arrayObject

Returns the value of attribute res_array

Returns:

  • (Object)

    the current value of res_array



2916
2917
2918
# File 'lib/a-core.rb', line 2916

def res_array
  @res_array
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



2916
2917
2918
# File 'lib/a-core.rb', line 2916

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2916
2917
2918
# File 'lib/a-core.rb', line 2916

def type
  @type
end