Class: Pcrd::Config::AddColumn

Inherits:
Data
  • Object
show all
Defined in:
lib/pcrd/config/add_column.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject (readonly)

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



5
6
7
# File 'lib/pcrd/config/add_column.rb', line 5

def default
  @default
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/pcrd/config/add_column.rb', line 5

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/pcrd/config/add_column.rb', line 5

def type
  @type
end