Class: Degica::JobPosting

Inherits:
Object
  • Object
show all
Defined in:
lib/degica/objects/job_posting.rb

Instance Attribute Summary

Attributes included from Collectable

#collection

Instance Method Summary collapse

Methods inherited from Object

#actions, #initialize, #prompt

Methods included from Actionable

#actions, #do, #prompt

Constructor Details

This class inherits a constructor from Degica::Object

Instance Method Details

#describeObject



7
8
9
10
11
12
13
14
15
16
17
18
19
20
# File 'lib/degica/objects/job_posting.rb', line 7

def describe
  desc = <<~DESC

    Open Positions
    ==============

    (Ruby Developer)

    We are currently hiring junior and senior level Ruby developers.
    Please e-mail a resume and CV to [email protected]

  DESC
  desc.highlight(:red)
end

#nameObject



3
4
5
# File 'lib/degica/objects/job_posting.rb', line 3

def name
  :postings
end