Class: Pandarus::ExternalToolTagAttributes
- Defined in:
- lib/pandarus/models/external_tool_tag_attributes.rb
Instance Attribute Summary collapse
-
#new_tab ⇒ Object
Returns the value of attribute new_tab.
-
#resource_link_id ⇒ Object
Returns the value of attribute resource_link_id.
-
#url ⇒ Object
Returns the value of attribute url.
Class Method Summary collapse
Methods inherited from ModelBase
#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #to_hash, #vivify
Constructor Details
This class inherits a constructor from Pandarus::ModelBase
Instance Attribute Details
#new_tab ⇒ Object
Returns the value of attribute new_tab.
6 7 8 |
# File 'lib/pandarus/models/external_tool_tag_attributes.rb', line 6 def new_tab @new_tab end |
#resource_link_id ⇒ Object
Returns the value of attribute resource_link_id.
6 7 8 |
# File 'lib/pandarus/models/external_tool_tag_attributes.rb', line 6 def resource_link_id @resource_link_id end |
#url ⇒ Object
Returns the value of attribute url.
6 7 8 |
# File 'lib/pandarus/models/external_tool_tag_attributes.rb', line 6 def url @url end |
Class Method Details
.attribute_map ⇒ Object
9 10 11 12 13 14 15 16 |
# File 'lib/pandarus/models/external_tool_tag_attributes.rb', line 9 def self.attribute_map { :url => {:external => "url", :container => false, :type => "String"}, :new_tab => {:external => "new_tab", :container => false, :type => nil}, :resource_link_id => {:external => "resource_link_id", :container => false, :type => "String"} } end |