Class: Moodle2CC::CanvasCC::Models::WebLink
- Inherits:
-
Object
- Object
- Moodle2CC::CanvasCC::Models::WebLink
- Defined in:
- lib/moodle2cc/canvas_cc/models/web_link.rb
Instance Attribute Summary collapse
-
#external_link ⇒ Object
Returns the value of attribute external_link.
-
#href ⇒ Object
Returns the value of attribute href.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#external_link ⇒ Object
Returns the value of attribute external_link.
4 5 6 |
# File 'lib/moodle2cc/canvas_cc/models/web_link.rb', line 4 def external_link @external_link end |
#href ⇒ Object
Returns the value of attribute href.
4 5 6 |
# File 'lib/moodle2cc/canvas_cc/models/web_link.rb', line 4 def href @href end |
#url ⇒ Object
Returns the value of attribute url.
4 5 6 |
# File 'lib/moodle2cc/canvas_cc/models/web_link.rb', line 4 def url @url end |