Class: Autonoma::FieldInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/autonoma/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#has_defaultObject

Returns the value of attribute has_default

Returns:

  • (Object)

    the current value of has_default



4
5
6
# File 'lib/autonoma/types.rb', line 4

def has_default
  @has_default
end

#is_idObject

Returns the value of attribute is_id

Returns:

  • (Object)

    the current value of is_id



4
5
6
# File 'lib/autonoma/types.rb', line 4

def is_id
  @is_id
end

#is_requiredObject

Returns the value of attribute is_required

Returns:

  • (Object)

    the current value of is_required



4
5
6
# File 'lib/autonoma/types.rb', line 4

def is_required
  @is_required
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/autonoma/types.rb', line 4

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/autonoma/types.rb', line 4

def type
  @type
end