Class: Cline::Collectors::Github::Activity

Inherits:
Struct
  • Object
show all
Defined in:
lib/cline/collectors/github.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



21
22
23
# File 'lib/cline/collectors/github.rb', line 21

def action
  @action
end

#actorObject

Returns the value of attribute actor

Returns:

  • (Object)

    the current value of actor



21
22
23
# File 'lib/cline/collectors/github.rb', line 21

def actor
  @actor
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



21
22
23
# File 'lib/cline/collectors/github.rb', line 21

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



21
22
23
# File 'lib/cline/collectors/github.rb', line 21

def url
  @url
end