Class: LoadableConfig::Attribute

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/loadable_config.rb', line 10

def name
  @name
end

#optionalObject

Returns the value of attribute optional

Returns:

  • (Object)

    the current value of optional



10
11
12
# File 'lib/loadable_config.rb', line 10

def optional
  @optional
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



10
11
12
# File 'lib/loadable_config.rb', line 10

def schema
  @schema
end

#serializerObject

Returns the value of attribute serializer

Returns:

  • (Object)

    the current value of serializer



10
11
12
# File 'lib/loadable_config.rb', line 10

def serializer
  @serializer
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/loadable_config.rb', line 10

def type
  @type
end