Class: Moodle2CC::Moodle2::Models::ExternalUrl

Inherits:
Object
  • Object
show all
Defined in:
lib/moodle2cc/moodle2/models/external_url.rb

Instance Attribute Summary collapse

Instance Attribute Details

#displayObject

Returns the value of attribute display.



3
4
5
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3

def display
  @display
end

#display_optionsObject

Returns the value of attribute display_options.



3
4
5
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3

def display_options
  @display_options
end

#external_urlObject

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_idsObject

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

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3

def id
  @id
end

#introObject

Returns the value of attribute intro.



3
4
5
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3

def intro
  @intro
end

#intro_formatObject

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_idObject

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

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3

def name
  @name
end

#parametersObject

Returns the value of attribute parameters.



3
4
5
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3

def parameters
  @parameters
end

#visibleObject

Returns the value of attribute visible.



3
4
5
# File 'lib/moodle2cc/moodle2/models/external_url.rb', line 3

def visible
  @visible
end