Class: GoApiClient::Domain::Entry
- Inherits:
-
AttributeHelper
- Object
- AttributeHelper
- GoApiClient::Domain::Entry
- Defined in:
- lib/go_api_client/domain/entry.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#parsed_authors ⇒ Object
Returns the value of attribute parsed_authors.
-
#parsed_categories ⇒ Object
Returns the value of attribute parsed_categories.
-
#parsed_pipeline ⇒ Object
Returns the value of attribute parsed_pipeline.
-
#parsed_stage ⇒ Object
Returns the value of attribute parsed_stage.
-
#pipeline_uri ⇒ Object
Returns the value of attribute pipeline_uri.
-
#stage_uri ⇒ Object
Returns the value of attribute stage_uri.
-
#title ⇒ Object
Returns the value of attribute title.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Entry
constructor
A new instance of Entry.
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
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/go_api_client/domain/entry.rb', line 5 def id @id end |
#parsed_authors ⇒ Object
Returns the value of attribute parsed_authors.
6 7 8 |
# File 'lib/go_api_client/domain/entry.rb', line 6 def end |
#parsed_categories ⇒ Object
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_pipeline ⇒ Object
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_stage ⇒ Object
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_uri ⇒ Object
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_uri ⇒ Object
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 |
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/go_api_client/domain/entry.rb', line 5 def title @title end |
#updated ⇒ Object
Returns the value of attribute updated.
5 6 7 |
# File 'lib/go_api_client/domain/entry.rb', line 5 def updated @updated end |