Class: MindmeisterApi::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/mindmeister_api/models/node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsObject

Returns the value of attribute attachments.



20
21
22
# File 'lib/mindmeister_api/models/node.rb', line 20

def attachments
  @attachments
end

#boundaryObject

Returns the value of attribute boundary.



24
25
26
# File 'lib/mindmeister_api/models/node.rb', line 24

def boundary
  @boundary
end

#childrenObject

Returns the value of attribute children.



23
24
25
# File 'lib/mindmeister_api/models/node.rb', line 23

def children
  @children
end

#created_atObject

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

#floatingObject

Returns the value of attribute floating.



12
13
14
# File 'lib/mindmeister_api/models/node.rb', line 12

def floating
  @floating
end

#iconObject

Returns the value of attribute icon.



13
14
15
# File 'lib/mindmeister_api/models/node.rb', line 13

def icon
  @icon
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/mindmeister_api/models/node.rb', line 8

def id
  @id
end

#imageObject

Returns the value of attribute image.



21
22
23
# File 'lib/mindmeister_api/models/node.rb', line 21

def image
  @image
end

#levelObject

Returns the value of attribute level.



6
7
8
# File 'lib/mindmeister_api/models/node.rb', line 6

def level
  @level
end

Returns the value of attribute link.



18
19
20
# File 'lib/mindmeister_api/models/node.rb', line 18

def link
  @link
end

#noteObject

Returns the value of attribute note.



17
18
19
# File 'lib/mindmeister_api/models/node.rb', line 17

def note
  @note
end

#posObject

Returns the value of attribute pos.



11
12
13
# File 'lib/mindmeister_api/models/node.rb', line 11

def pos
  @pos
end

#rankObject

Returns the value of attribute rank.



10
11
12
# File 'lib/mindmeister_api/models/node.rb', line 10

def rank
  @rank
end

#styleObject

Returns the value of attribute style.



14
15
16
# File 'lib/mindmeister_api/models/node.rb', line 14

def style
  @style
end

#taskObject

Returns the value of attribute task.



19
20
21
# File 'lib/mindmeister_api/models/node.rb', line 19

def task
  @task
end

#titleObject

Returns the value of attribute title.



9
10
11
# File 'lib/mindmeister_api/models/node.rb', line 9

def title
  @title
end

#updated_atObject

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

#videoObject

Returns the value of attribute video.



25
26
27
# File 'lib/mindmeister_api/models/node.rb', line 25

def video
  @video
end