Class: Cline::Collectors::Github::Activity
- Inherits:
-
Struct
- Object
- Struct
- Cline::Collectors::Github::Activity
- Defined in:
- lib/cline/collectors/github.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#actor ⇒ Object
Returns the value of attribute actor.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
21 22 23 |
# File 'lib/cline/collectors/github.rb', line 21 def action @action end |
#actor ⇒ Object
Returns the value of attribute actor
21 22 23 |
# File 'lib/cline/collectors/github.rb', line 21 def actor @actor end |
#type ⇒ Object
Returns the value of attribute type
21 22 23 |
# File 'lib/cline/collectors/github.rb', line 21 def type @type end |
#url ⇒ Object
Returns the value of attribute url
21 22 23 |
# File 'lib/cline/collectors/github.rb', line 21 def url @url end |