Class: GoApiClient::Domain::Changeset

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Changeset

Returns a new instance of Changeset.



7
8
9
# File 'lib/go_api_client/domain/changeset.rb', line 7

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

Instance Attribute Details

#checkin_timeObject

Returns the value of attribute checkin_time.



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

def checkin_time
  @checkin_time
end

#filesObject

Returns the value of attribute files.



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

def files
  @files
end

#messageObject

Returns the value of attribute message.



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

def message
  @message
end

#parsed_userObject

Returns the value of attribute parsed_user.



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

def parsed_user
  @parsed_user
end

#revisionObject

Returns the value of attribute revision.



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

def revision
  @revision
end

#uriObject

Returns the value of attribute uri.



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

def uri
  @uri
end