Class: Pandarus::Tab

Inherits:
ModelBase show all
Defined in:
lib/pandarus/models/tab.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/tab.rb', line 6

def hidden
  @hidden
end

#html_urlObject

Returns the value of attribute html_url.



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

def html_url
  @html_url
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#labelObject

Returns the value of attribute label.



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

def label
  @label
end

#positionObject

Returns the value of attribute position.



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

def position
  @position
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end

#visibilityObject

Returns the value of attribute visibility.



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

def visibility
  @visibility
end

Class Method Details

.attribute_mapObject



9
10
11
12
13
14
15
16
17
18
19
20
# File 'lib/pandarus/models/tab.rb', line 9

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

  }
end