Class: Clacky::ExtensionVerifier::Issue

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/extension/verifier.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



17
18
19
# File 'lib/clacky/extension/verifier.rb', line 17

def code
  @code
end

#extObject

Returns the value of attribute ext

Returns:

  • (Object)

    the current value of ext



17
18
19
# File 'lib/clacky/extension/verifier.rb', line 17

def ext
  @ext
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



17
18
19
# File 'lib/clacky/extension/verifier.rb', line 17

def file
  @file
end

#hintObject

Returns the value of attribute hint

Returns:

  • (Object)

    the current value of hint



17
18
19
# File 'lib/clacky/extension/verifier.rb', line 17

def hint
  @hint
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



17
18
19
# File 'lib/clacky/extension/verifier.rb', line 17

def level
  @level
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



17
18
19
# File 'lib/clacky/extension/verifier.rb', line 17

def message
  @message
end

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



17
18
19
# File 'lib/clacky/extension/verifier.rb', line 17

def unit
  @unit
end