Class: Pandarus::Tab
Instance Attribute Summary collapse
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#html_url ⇒ Object
Returns the value of attribute html_url.
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#position ⇒ Object
Returns the value of attribute position.
-
#type ⇒ Object
Returns the value of attribute type.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
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
#hidden ⇒ Object
Returns the value of attribute hidden.
6 7 8 |
# File 'lib/pandarus/models/tab.rb', line 6 def hidden @hidden end |
#html_url ⇒ Object
Returns the value of attribute html_url.
6 7 8 |
# File 'lib/pandarus/models/tab.rb', line 6 def html_url @html_url end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/pandarus/models/tab.rb', line 6 def id @id end |
#label ⇒ Object
Returns the value of attribute label.
6 7 8 |
# File 'lib/pandarus/models/tab.rb', line 6 def label @label end |
#position ⇒ Object
Returns the value of attribute position.
6 7 8 |
# File 'lib/pandarus/models/tab.rb', line 6 def position @position end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/pandarus/models/tab.rb', line 6 def type @type end |
#visibility ⇒ Object
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_map ⇒ Object
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 |