Class: Ask::Skills::Validator::ValidationError

Inherits:
Data
  • Object
show all
Defined in:
lib/ask/skills/validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



4
5
6
# File 'lib/ask/skills/validator.rb', line 4

def message
  @message
end

#skill_nameObject (readonly)

Returns the value of attribute skill_name

Returns:

  • (Object)

    the current value of skill_name



4
5
6
# File 'lib/ask/skills/validator.rb', line 4

def skill_name
  @skill_name
end