Class: Twilic::Core::Model::SchemaField

Inherits:
Data
  • Object
show all
Defined in:
lib/twilic/core/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueObject (readonly)

Returns the value of attribute default_value

Returns:

  • (Object)

    the current value of default_value



150
151
152
# File 'lib/twilic/core/model.rb', line 150

def default_value
  @default_value
end

#enum_valuesObject (readonly)

Returns the value of attribute enum_values

Returns:

  • (Object)

    the current value of enum_values



150
151
152
# File 'lib/twilic/core/model.rb', line 150

def enum_values
  @enum_values
end

#logical_typeObject (readonly)

Returns the value of attribute logical_type

Returns:

  • (Object)

    the current value of logical_type



150
151
152
# File 'lib/twilic/core/model.rb', line 150

def logical_type
  @logical_type
end

#maxObject (readonly)

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



150
151
152
# File 'lib/twilic/core/model.rb', line 150

def max
  @max
end

#minObject (readonly)

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



150
151
152
# File 'lib/twilic/core/model.rb', line 150

def min
  @min
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



150
151
152
# File 'lib/twilic/core/model.rb', line 150

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



150
151
152
# File 'lib/twilic/core/model.rb', line 150

def number
  @number
end

#requiredObject (readonly)

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



150
151
152
# File 'lib/twilic/core/model.rb', line 150

def required
  @required
end