class PhraseApp::ResponseObjects::StyleguideDetails

Public Class Methods

new(hash) click to toggle source

audience, business, company_branding, formatting, glossary_terms, grammar_consistency, grammatical_person, literal_translation, overall_tone, public_url, samples, target_audience, vocabulary_type,

# File lib/phraseapp-ruby.rb, line 346
def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end