Class: MppReader::Resource
- Inherits:
-
Object
- Object
- MppReader::Resource
- Defined in:
- lib/mpp_reader/resource.rb
Instance Attribute Summary collapse
-
#calendar_unique_id ⇒ Object
Returns the value of attribute calendar_unique_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#unique_id ⇒ Object
Returns the value of attribute unique_id.
Instance Attribute Details
#calendar_unique_id ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/mpp_reader/resource.rb', line 3 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/mpp_reader/resource.rb', line 3 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes.
3 4 5 |
# File 'lib/mpp_reader/resource.rb', line 3 def notes @notes end |
#unique_id ⇒ Object
Returns the value of attribute unique_id.
3 4 5 |
# File 'lib/mpp_reader/resource.rb', line 3 def unique_id @unique_id end |