Class: Relinkly::Workspace

Inherits:
Element
  • Object
show all
Defined in:
lib/relinkly/workspace.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Element

#initialize, #to_h

Constructor Details

This class inherits a constructor from Relinkly::Element

Instance Attribute Details

#avatarUrlObject

Returns the value of attribute avatarUrl.



5
6
7
# File 'lib/relinkly/workspace.rb', line 5

def avatarUrl
  @avatarUrl
end

#created_atObject

Returns the value of attribute created_at.



5
6
7
# File 'lib/relinkly/workspace.rb', line 5

def created_at
  @created_at
end

#domainsObject

Returns the value of attribute domains.



5
6
7
# File 'lib/relinkly/workspace.rb', line 5

def domains
  @domains
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/relinkly/workspace.rb', line 5

def id
  @id
end

Returns the value of attribute links.



5
6
7
# File 'lib/relinkly/workspace.rb', line 5

def links
  @links
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/relinkly/workspace.rb', line 5

def name
  @name
end

#teammatesObject

Returns the value of attribute teammates.



5
6
7
# File 'lib/relinkly/workspace.rb', line 5

def teammates
  @teammates
end

#updated_atObject

Returns the value of attribute updated_at.



5
6
7
# File 'lib/relinkly/workspace.rb', line 5

def updated_at
  @updated_at
end