Class: Coopy::ColumnChange

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/coopy/column_change.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeColumnChange

Returns a new instance of ColumnChange.



7
8
# File 'lib/lib/coopy/column_change.rb', line 7

def initialize
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



11
12
13
# File 'lib/lib/coopy/column_change.rb', line 11

def name
  @name
end

#prev_nameObject

Returns the value of attribute prev_name.



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

def prev_name
  @prev_name
end

#propsObject

Returns the value of attribute props.



12
13
14
# File 'lib/lib/coopy/column_change.rb', line 12

def props
  @props
end