Class: GoApiClient::Domain::Changeset
- Inherits:
-
AttributeHelper
- Object
- AttributeHelper
- GoApiClient::Domain::Changeset
- Defined in:
- lib/go_api_client/domain/changeset.rb
Instance Attribute Summary collapse
-
#checkin_time ⇒ Object
Returns the value of attribute checkin_time.
-
#files ⇒ Object
Returns the value of attribute files.
-
#message ⇒ Object
Returns the value of attribute message.
-
#parsed_user ⇒ Object
Returns the value of attribute parsed_user.
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Changeset
constructor
A new instance of Changeset.
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_time ⇒ Object
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 |
#files ⇒ Object
Returns the value of attribute files.
5 6 7 |
# File 'lib/go_api_client/domain/changeset.rb', line 5 def files @files end |
#message ⇒ Object
Returns the value of attribute message.
5 6 7 |
# File 'lib/go_api_client/domain/changeset.rb', line 5 def end |
#parsed_user ⇒ Object
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 |
#revision ⇒ Object
Returns the value of attribute revision.
5 6 7 |
# File 'lib/go_api_client/domain/changeset.rb', line 5 def revision @revision end |
#uri ⇒ Object
Returns the value of attribute uri.
5 6 7 |
# File 'lib/go_api_client/domain/changeset.rb', line 5 def uri @uri end |