Class: Slacktail::Field
Instance Attribute Summary
Attributes inherited from Base
Attributes included from HasClient
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Slacktail::Base
Instance Method Details
#key ⇒ Object
3 4 5 |
# File 'lib/slacktail/field.rb', line 3 def key data.title end |
#value ⇒ Object
7 8 9 |
# File 'lib/slacktail/field.rb', line 7 def value data.value end |