Class: Onair::CommitInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#author_emailObject (readonly)

Returns the value of attribute author_email

Returns:

  • (Object)

    the current value of author_email



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

def author_email
  @author_email
end

#author_nameObject (readonly)

Returns the value of attribute author_name

Returns:

  • (Object)

    the current value of author_name



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

def author_name
  @author_name
end

#committed_atObject (readonly)

Returns the value of attribute committed_at

Returns:

  • (Object)

    the current value of committed_at



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

def committed_at
  @committed_at
end

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



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

def subject
  @subject
end