class Rox::Core::CustomPropertyType

Constants

BOOL
FLOAT
INT
SEMVER
STRING

Attributes

external_type[RW]
type[RW]

Public Class Methods

new(type, external_type) click to toggle source
# File lib/rox/core/properties/custom_property_type.rb, line 6
def initialize(type, external_type)
  @type = type
  @external_type = external_type
end