Class: V::Adapters::Git::Participation
- Inherits:
-
Struct
- Object
- Struct
- V::Adapters::Git::Participation
- Defined in:
- lib/v/adapters/git/participation.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#role ⇒ Object
Returns the value of attribute role.
-
#unix_timestamp ⇒ Object
Returns the value of attribute unix_timestamp.
Instance Method Summary collapse
-
#time ⇒ Object
TODO: take TZ into account.
- #to_s ⇒ Object
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
4 5 6 |
# File 'lib/v/adapters/git/participation.rb', line 4 def email @email end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/v/adapters/git/participation.rb', line 4 def name @name end |
#role ⇒ Object
Returns the value of attribute role
4 5 6 |
# File 'lib/v/adapters/git/participation.rb', line 4 def role @role end |
#unix_timestamp ⇒ Object
Returns the value of attribute unix_timestamp
4 5 6 |
# File 'lib/v/adapters/git/participation.rb', line 4 def end |