Class: AtCoderFriends::Constraint
- Inherits:
-
Struct
- Object
- Struct
- AtCoderFriends::Constraint
- 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
16 17 18 |
# File 'lib/at_coder_friends/problem.rb', line 16 def name @name end |
#type ⇒ Object
Returns the value of attribute type
16 17 18 |
# File 'lib/at_coder_friends/problem.rb', line 16 def type @type end |
#value ⇒ Object
Returns the value of attribute value
16 17 18 |
# File 'lib/at_coder_friends/problem.rb', line 16 def value @value end |