Class: GoApiClient::Domain::Entry

Inherits:
AttributeHelper show all
Defined in:
lib/go_api_client/domain/entry.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Entry

Returns a new instance of Entry.



8
9
10
# File 'lib/go_api_client/domain/entry.rb', line 8

def initialize(attributes={})
  super(attributes)
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/go_api_client/domain/entry.rb', line 5

def id
  @id
end

#parsed_authorsObject

Returns the value of attribute parsed_authors.



6
7
8
# File 'lib/go_api_client/domain/entry.rb', line 6

def parsed_authors
  @parsed_authors
end

#parsed_categoriesObject

Returns the value of attribute parsed_categories.



6
7
8
# File 'lib/go_api_client/domain/entry.rb', line 6

def parsed_categories
  @parsed_categories
end

#parsed_pipelineObject

Returns the value of attribute parsed_pipeline.



6
7
8
# File 'lib/go_api_client/domain/entry.rb', line 6

def parsed_pipeline
  @parsed_pipeline
end

#parsed_stageObject

Returns the value of attribute parsed_stage.



6
7
8
# File 'lib/go_api_client/domain/entry.rb', line 6

def parsed_stage
  @parsed_stage
end

#pipeline_uriObject

Returns the value of attribute pipeline_uri.



5
6
7
# File 'lib/go_api_client/domain/entry.rb', line 5

def pipeline_uri
  @pipeline_uri
end

#stage_uriObject

Returns the value of attribute stage_uri.



5
6
7
# File 'lib/go_api_client/domain/entry.rb', line 5

def stage_uri
  @stage_uri
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/go_api_client/domain/entry.rb', line 5

def title
  @title
end

#updatedObject

Returns the value of attribute updated.



5
6
7
# File 'lib/go_api_client/domain/entry.rb', line 5

def updated
  @updated
end