Class: AtCoderFriends::Problem::SourceCode
- Inherits:
-
Struct
- Object
- Struct
- AtCoderFriends::Problem::SourceCode
- Defined in:
- lib/at_coder_friends/problem.rb
Instance Attribute Summary collapse
-
#ext ⇒ Object
Returns the value of attribute ext.
-
#txt ⇒ Object
Returns the value of attribute txt.
Instance Attribute Details
#ext ⇒ Object
Returns the value of attribute ext
106 107 108 |
# File 'lib/at_coder_friends/problem.rb', line 106 def ext @ext end |
#txt ⇒ Object
Returns the value of attribute txt
106 107 108 |
# File 'lib/at_coder_friends/problem.rb', line 106 def txt @txt end |