Class: AtCoderFriends::Problem::SampleData

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



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

def ext
  @ext
end

#noObject

Returns the value of attribute no

Returns:

  • (Object)

    the current value of no



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

def no
  @no
end

#txtObject

Returns the value of attribute txt

Returns:

  • (Object)

    the current value of txt



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

def txt
  @txt
end