Class: AtCoderFriends::Problem::Constant
- Inherits:
-
Struct
- Object
- Struct
- AtCoderFriends::Problem::Constant
- Defined in:
- lib/at_coder_friends/problem.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
102 103 104 |
# File 'lib/at_coder_friends/problem.rb', line 102 def name @name end |
#type ⇒ Object
Returns the value of attribute type
102 103 104 |
# File 'lib/at_coder_friends/problem.rb', line 102 def type @type end |
#value ⇒ Object
Returns the value of attribute value
102 103 104 |
# File 'lib/at_coder_friends/problem.rb', line 102 def value @value end |