Class: Onair::Git::Identity

Inherits:
Data
  • Object
show all
Defined in:
lib/onair/git.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



10
11
12
# File 'lib/onair/git.rb', line 10

def email
  @email
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/onair/git.rb', line 10

def name
  @name
end