Class: Sevendigital::ListItem

Inherits:
SevendigitalObject show all
Defined in:
lib/sevendigital/model/list_item.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.



5
6
7
# File 'lib/sevendigital/model/list_item.rb', line 5

def id
  @id
end

#releaseObject

Returns the value of attribute release.



5
6
7
# File 'lib/sevendigital/model/list_item.rb', line 5

def release
  @release
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/sevendigital/model/list_item.rb', line 5

def type
  @type
end