Class: Datawow::NanameueHuman
- Inherits:
-
Object
- Object
- Datawow::NanameueHuman
- Includes:
- Models::Interface
- Defined in:
- lib/datawow/models/images/nanameue_human.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#project_key ⇒ Object
writeonly
Sets the attribute project_key.
Instance Method Summary collapse
-
#initialize(token = nil) ⇒ NanameueHuman
constructor
A new instance of NanameueHuman.
Methods included from Models::Interface
Constructor Details
#initialize(token = nil) ⇒ NanameueHuman
Returns a new instance of NanameueHuman.
10 11 12 13 14 |
# File 'lib/datawow/models/images/nanameue_human.rb', line 10 def initialize(token = nil) @project_key = token @type = :image @path = 'jobs/nanameue/consensuses' end |
Instance Attribute Details
#project_key=(value) ⇒ Object (writeonly)
Sets the attribute project_key
8 9 10 |
# File 'lib/datawow/models/images/nanameue_human.rb', line 8 def project_key=(value) @project_key = value end |