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



106
107
108
# File 'lib/at_coder_friends/problem.rb', line 106

def ext
  @ext
end

#txtObject

Returns the value of attribute txt

Returns:

  • (Object)

    the current value of txt



106
107
108
# File 'lib/at_coder_friends/problem.rb', line 106

def txt
  @txt
end