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



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

def level
  @level
end

#msgObject

Returns the value of attribute msg



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

def msg
  @msg
end

#res_arrayObject

Returns the value of attribute 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



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

def title
  @title
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end