class Gpdb::REST::Pronunciation::Response

Attributes

pronunciation[RW]

Public Class Methods

new(*args) click to toggle source
Calls superclass method Gpdb::REST::Response::new
# File lib/gpdb/rest/pronunciation/response.rb, line 9
def initialize(*args)
  super

  self.pronunciation = Gpdb::REST::Pronunciation::Model.new(body) if success?
end