Class: MppReader::Resource

Inherits:
Object
  • Object
show all
Defined in:
lib/mpp_reader/resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#calendar_unique_idObject

Returns the value of attribute calendar_unique_id.



3
4
5
# File 'lib/mpp_reader/resource.rb', line 3

def calendar_unique_id
  @calendar_unique_id
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/mpp_reader/resource.rb', line 3

def id
  @id
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/mpp_reader/resource.rb', line 3

def name
  @name
end

#notesObject

Returns the value of attribute notes.



3
4
5
# File 'lib/mpp_reader/resource.rb', line 3

def notes
  @notes
end

#unique_idObject

Returns the value of attribute unique_id.



3
4
5
# File 'lib/mpp_reader/resource.rb', line 3

def unique_id
  @unique_id
end