class GoApiClient::Domain::Changeset

Attributes

checkin_time[RW]
files[RW]
message[RW]
parsed_user[RW]
revision[RW]
uri[RW]

Public Class Methods

new(attributes={}) click to toggle source
Calls superclass method GoApiClient::AttributeHelper::new
# File lib/go_api_client/domain/changeset.rb, line 7
def initialize(attributes={})
  super(attributes)
end