Class: Compostr::NullCustomFieldValue
- Inherits:
-
Object
- Object
- Compostr::NullCustomFieldValue
- Defined in:
- lib/compostr/custom_field_value.rb
Overview
CustomField NullValue Object.
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
32 |
# File 'lib/compostr/custom_field_value.rb', line 32 def id; nil; end |
#key ⇒ Object
33 |
# File 'lib/compostr/custom_field_value.rb', line 33 def key; nil; end |
#value ⇒ Object
34 |
# File 'lib/compostr/custom_field_value.rb', line 34 def value; nil; end |