Class: Compostr::NullCustomFieldValue

Inherits:
Object
  • Object
show all
Defined in:
lib/compostr/custom_field_value.rb

Overview

CustomField NullValue Object.

Instance Method Summary collapse

Instance Method Details

#idObject



32
# File 'lib/compostr/custom_field_value.rb', line 32

def id; nil; end

#keyObject



33
# File 'lib/compostr/custom_field_value.rb', line 33

def key; nil; end

#valueObject



34
# File 'lib/compostr/custom_field_value.rb', line 34

def value; nil; end