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 = "\n    Open Positions\n    ==============\n\n    (Ruby Developer)\n\n    We are currently hiring junior and senior level Ruby developers.\n    Please e-mail a resume and CV to [email protected]\n\n  DESC\n  desc.highlight(:red)\nend\n"

#nameObject



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

def name
  :postings
end