Method: Zencodable::Encoder::Job#details
- Defined in:
- lib/zencodable.rb
#details ⇒ Object
185 186 187 188 189 190 191 192 193 |
# File 'lib/zencodable.rb', line 185 def details if @job_detail.empty? and @id response = self.class.details @id if response.code == 200 @job_detail = response.body['job'] end end @job_detail end |