Class: MindmeisterApi::Node
- Inherits:
-
Object
- Object
- MindmeisterApi::Node
- Defined in:
- lib/mindmeister_api/models/node.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#boundary ⇒ Object
Returns the value of attribute boundary.
-
#children ⇒ Object
Returns the value of attribute children.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#floating ⇒ Object
Returns the value of attribute floating.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#id ⇒ Object
Returns the value of attribute id.
-
#image ⇒ Object
Returns the value of attribute image.
-
#level ⇒ Object
Returns the value of attribute level.
-
#link ⇒ Object
Returns the value of attribute link.
-
#note ⇒ Object
Returns the value of attribute note.
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#rank ⇒ Object
Returns the value of attribute rank.
-
#style ⇒ Object
Returns the value of attribute style.
-
#task ⇒ Object
Returns the value of attribute task.
-
#title ⇒ Object
Returns the value of attribute title.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#video ⇒ Object
Returns the value of attribute video.
Instance Attribute Details
#attachments ⇒ Object
Returns the value of attribute attachments.
20 21 22 |
# File 'lib/mindmeister_api/models/node.rb', line 20 def end |
#boundary ⇒ Object
Returns the value of attribute boundary.
24 25 26 |
# File 'lib/mindmeister_api/models/node.rb', line 24 def boundary @boundary end |
#children ⇒ Object
Returns the value of attribute children.
23 24 25 |
# File 'lib/mindmeister_api/models/node.rb', line 23 def children @children end |
#created_at ⇒ Object
Returns the value of attribute created_at.
15 16 17 |
# File 'lib/mindmeister_api/models/node.rb', line 15 def created_at @created_at end |
#floating ⇒ Object
Returns the value of attribute floating.
12 13 14 |
# File 'lib/mindmeister_api/models/node.rb', line 12 def floating @floating end |
#icon ⇒ Object
Returns the value of attribute icon.
13 14 15 |
# File 'lib/mindmeister_api/models/node.rb', line 13 def icon @icon end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/mindmeister_api/models/node.rb', line 8 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
21 22 23 |
# File 'lib/mindmeister_api/models/node.rb', line 21 def image @image end |
#level ⇒ Object
Returns the value of attribute level.
6 7 8 |
# File 'lib/mindmeister_api/models/node.rb', line 6 def level @level end |
#link ⇒ Object
Returns the value of attribute link.
18 19 20 |
# File 'lib/mindmeister_api/models/node.rb', line 18 def link @link end |
#note ⇒ Object
Returns the value of attribute note.
17 18 19 |
# File 'lib/mindmeister_api/models/node.rb', line 17 def note @note end |
#pos ⇒ Object
Returns the value of attribute pos.
11 12 13 |
# File 'lib/mindmeister_api/models/node.rb', line 11 def pos @pos end |
#rank ⇒ Object
Returns the value of attribute rank.
10 11 12 |
# File 'lib/mindmeister_api/models/node.rb', line 10 def rank @rank end |
#style ⇒ Object
Returns the value of attribute style.
14 15 16 |
# File 'lib/mindmeister_api/models/node.rb', line 14 def style @style end |
#task ⇒ Object
Returns the value of attribute task.
19 20 21 |
# File 'lib/mindmeister_api/models/node.rb', line 19 def task @task end |
#title ⇒ Object
Returns the value of attribute title.
9 10 11 |
# File 'lib/mindmeister_api/models/node.rb', line 9 def title @title end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
16 17 18 |
# File 'lib/mindmeister_api/models/node.rb', line 16 def updated_at @updated_at end |
#video ⇒ Object
Returns the value of attribute video.
25 26 27 |
# File 'lib/mindmeister_api/models/node.rb', line 25 def video @video end |