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