class GoApiClient::Domain::Entry
Attributes
id[RW]
parsed_categories[RW]
parsed_pipeline[RW]
parsed_stage[RW]
pipeline_uri[RW]
stage_uri[RW]
title[RW]
updated[RW]
Public Class Methods
new(attributes={})
click to toggle source
Calls superclass method
GoApiClient::AttributeHelper::new
# File lib/go_api_client/domain/entry.rb, line 8 def initialize(attributes={}) super(attributes) end