Class: Etna::Clients::Magma::AttributeType

Inherits:
String
  • Object
show all
Includes:
Enum
Defined in:
lib/etna/clients/magma/models.rb

Constant Summary collapse

STRING =
AttributeType.new("string")
DATE_TIME =
AttributeType.new("date_time")
BOOLEAN =
AttributeType.new("boolean")
CHILD =
AttributeType.new("child")
COLLECTION =
AttributeType.new("collection")
FILE =
AttributeType.new("file")
FILE_COLLECTION =
AttributeType.new("file_collection")
FLOAT =
AttributeType.new("float")
IDENTIFIER =
AttributeType.new("identifier")
IMAGE =
AttributeType.new("image")
INTEGER =
AttributeType.new("integer")
AttributeType.new("link")
MATCH =
AttributeType.new("match")
MATRIX =
AttributeType.new("matrix")
PARENT =
AttributeType.new("parent")
TABLE =
AttributeType.new("table")
SHIFTED_DATE_TIME =
AttributeType.new("shifted_date_time")

Method Summary

Methods included from Enum

included

Methods inherited from String

#camel_case, #snake_case