Class: Moodle2CC::Moodle2::Models::ExternalUrl
- Inherits:
-
Object
- Object
- Moodle2CC::Moodle2::Models::ExternalUrl
- Defined in:
- lib/moodle2cc/moodle2/models/external_url.rb
Instance Attribute Summary collapse
-
#display ⇒ Object
Returns the value of attribute display.
-
#display_options ⇒ Object
Returns the value of attribute display_options.
-
#external_url ⇒ Object
Returns the value of attribute external_url.
-
#file_ids ⇒ Object
Returns the value of attribute file_ids.
-
#id ⇒ Object
Returns the value of attribute id.
-
#intro ⇒ Object
Returns the value of attribute intro.
-
#intro_format ⇒ Object
Returns the value of attribute intro_format.
-
#module_id ⇒ Object
Returns the value of attribute module_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#visible ⇒ Object
Returns the value of attribute visible.
Instance Attribute Details
#display ⇒ Object
Returns the value of attribute display.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def display @display end |
#display_options ⇒ Object
Returns the value of attribute display_options.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def @display_options end |
#external_url ⇒ Object
Returns the value of attribute external_url.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def external_url @external_url end |
#file_ids ⇒ Object
Returns the value of attribute file_ids.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def file_ids @file_ids end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def id @id end |
#intro ⇒ Object
Returns the value of attribute intro.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def intro @intro end |
#intro_format ⇒ Object
Returns the value of attribute intro_format.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def intro_format @intro_format end |
#module_id ⇒ Object
Returns the value of attribute module_id.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def module_id @module_id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def name @name end |
#parameters ⇒ Object
Returns the value of attribute parameters.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def parameters @parameters end |
#visible ⇒ Object
Returns the value of attribute visible.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3 def visible @visible end |