Class: Yuriita::Inputs::Keyword

Inherits:
Struct
  • Object
show all
Defined in:
lib/yuriita/inputs/keyword.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



3
4
5
# File 'lib/yuriita/inputs/keyword.rb', line 3

def value
  @value
end

Instance Method Details

#to_sObject



4
5
6
# File 'lib/yuriita/inputs/keyword.rb', line 4

def to_s
  value
end