Class: Relinkly::Workspace
Instance Attribute Summary collapse
-
#avatarUrl ⇒ Object
Returns the value of attribute avatarUrl.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#domains ⇒ Object
Returns the value of attribute domains.
-
#id ⇒ Object
Returns the value of attribute id.
-
#links ⇒ Object
Returns the value of attribute links.
-
#name ⇒ Object
Returns the value of attribute name.
-
#teammates ⇒ Object
Returns the value of attribute teammates.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from Element
Constructor Details
This class inherits a constructor from Relinkly::Element
Instance Attribute Details
#avatarUrl ⇒ Object
Returns the value of attribute avatarUrl.
5 6 7 |
# File 'lib/relinkly/workspace.rb', line 5 def avatarUrl @avatarUrl end |
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/relinkly/workspace.rb', line 5 def created_at @created_at end |
#domains ⇒ Object
Returns the value of attribute domains.
5 6 7 |
# File 'lib/relinkly/workspace.rb', line 5 def domains @domains end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/relinkly/workspace.rb', line 5 def id @id end |
#links ⇒ Object
Returns the value of attribute links.
5 6 7 |
# File 'lib/relinkly/workspace.rb', line 5 def links @links end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/relinkly/workspace.rb', line 5 def name @name end |
#teammates ⇒ Object
Returns the value of attribute teammates.
5 6 7 |
# File 'lib/relinkly/workspace.rb', line 5 def teammates @teammates end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
5 6 7 |
# File 'lib/relinkly/workspace.rb', line 5 def updated_at @updated_at end |