Class: Yuriita::Inputs::Keyword
- Inherits:
-
Struct
- Object
- Struct
- Yuriita::Inputs::Keyword
- Defined in:
- lib/yuriita/inputs/keyword.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
3 4 5 |
# File 'lib/yuriita/inputs/keyword.rb', line 3 def value @value end |
Instance Method Details
#to_s ⇒ Object
4 5 6 |
# File 'lib/yuriita/inputs/keyword.rb', line 4 def to_s value end |