Class: Pandarus::ExternalToolTagAttributes

Inherits:
ModelBase
  • Object
show all
Defined in:
lib/pandarus/models/external_tool_tag_attributes.rb

Instance Attribute Summary collapse

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_tabObject

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

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

#urlObject

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_mapObject



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