Class: Onair::Git::Identity
- Inherits:
-
Data
- Object
- Data
- Onair::Git::Identity
- Defined in:
- lib/onair/git.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email
10 11 12 |
# File 'lib/onair/git.rb', line 10 def email @email end |
#name ⇒ Object (readonly)
Returns the value of attribute name
10 11 12 |
# File 'lib/onair/git.rb', line 10 def name @name end |