Class: AtCoderFriends::Problem::SourceCode

Inherits:
Struct
  • Object
show all
Defined in:
lib/at_coder_friends/problem.rb

Instance Attribute Summary collapse

Instance Attribute Details

#extObject

Returns the value of attribute ext

Returns:

  • (Object)

    the current value of ext



28
29
30
# File 'lib/at_coder_friends/problem.rb', line 28

def ext
  @ext
end

#txtObject

Returns the value of attribute txt

Returns:

  • (Object)

    the current value of txt



28
29
30
# File 'lib/at_coder_friends/problem.rb', line 28

def txt
  @txt
end