Class: Puree::Model::Publisher

Inherits:
Resource
  • Object
show all
Defined in:
lib/puree/model/publisher.rb

Overview

A publisher.

Instance Attribute Summary collapse

Attributes inherited from Resource

#created_at, #created_by, #id, #modified_at, #modified_by, #previous_uuids, #uuid

Instance Attribute Details

#nameString?

Returns:

  • (String, nil)


9
10
11
# File 'lib/puree/model/publisher.rb', line 9

def name
  @name
end

#typeString?

Returns:

  • (String, nil)


12
13
14
# File 'lib/puree/model/publisher.rb', line 12

def type
  @type
end