Class: AtCoderFriends::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



18
19
20
# File 'lib/at_coder_friends/problem.rb', line 18

def ext
  @ext
end

#txtObject

Returns the value of attribute txt

Returns:

  • (Object)

    the current value of txt



18
19
20
# File 'lib/at_coder_friends/problem.rb', line 18

def txt
  @txt
end