Class: Onair::CommitInfo
- Inherits:
-
Data
- Object
- Data
- Onair::CommitInfo
- Defined in:
- lib/onair.rb
Instance Attribute Summary collapse
-
#author_email ⇒ Object
readonly
Returns the value of attribute author_email.
-
#author_name ⇒ Object
readonly
Returns the value of attribute author_name.
-
#committed_at ⇒ Object
readonly
Returns the value of attribute committed_at.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
Instance Attribute Details
#author_email ⇒ Object (readonly)
Returns the value of attribute author_email
9 10 11 |
# File 'lib/onair.rb', line 9 def @author_email end |
#author_name ⇒ Object (readonly)
Returns the value of attribute author_name
9 10 11 |
# File 'lib/onair.rb', line 9 def @author_name end |
#committed_at ⇒ Object (readonly)
Returns the value of attribute committed_at
9 10 11 |
# File 'lib/onair.rb', line 9 def committed_at @committed_at end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
9 10 11 |
# File 'lib/onair.rb', line 9 def subject @subject end |