Class: Pandarus::CustomColumn

Inherits:
ModelBase show all
Defined in:
lib/pandarus/models/custom_column.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from ModelBase

#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #vivify

Constructor Details

This class inherits a constructor from Pandarus::ModelBase

Instance Attribute Details

#hiddenObject

Returns the value of attribute hidden.



6
7
8
# File 'lib/pandarus/models/custom_column.rb', line 6

def hidden
  @hidden
end

#positionObject

Returns the value of attribute position.



6
7
8
# File 'lib/pandarus/models/custom_column.rb', line 6

def position
  @position
end

#titleObject

Returns the value of attribute title.



6
7
8
# File 'lib/pandarus/models/custom_column.rb', line 6

def title
  @title
end

Class Method Details

.attribute_mapObject



9
10
11
12
13
14
15
16
# File 'lib/pandarus/models/custom_column.rb', line 9

def self.attribute_map
  {
    :title => {:external => "title", :container => false, :type => "String"},
    :position => {:external => "position", :container => false, :type => "Integer"},
    :hidden => {:external => "hidden", :container => false, :type => nil}

  }
end