Class: Sevendigital::List

Inherits:
SevendigitalObject show all
Defined in:
lib/sevendigital/model/list.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from SevendigitalObject

#copy_basic_properties_from, #initialize

Constructor Details

This class inherits a constructor from Sevendigital::SevendigitalObject

Instance Attribute Details

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/sevendigital/model/list.rb', line 3

def id
  @id
end

#keyObject

Returns the value of attribute key.



3
4
5
# File 'lib/sevendigital/model/list.rb', line 3

def key
  @key
end

#list_itemsObject

Returns the value of attribute list_items.



3
4
5
# File 'lib/sevendigital/model/list.rb', line 3

def list_items
  @list_items
end