Class: Multilocale::Sync::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/multilocale/sync.rb

Overview

What a pull did, so a CLI or a rake task can report it without guessing.

Instance Attribute Summary collapse

Instance Attribute Details

#empty_localesObject

Returns the value of attribute empty_locales

Returns:

  • (Object)

    the current value of empty_locales



15
16
17
# File 'lib/multilocale/sync.rb', line 15

def empty_locales
  @empty_locales
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



15
16
17
# File 'lib/multilocale/sync.rb', line 15

def files
  @files
end

#languagesObject

Returns the value of attribute languages

Returns:

  • (Object)

    the current value of languages



15
16
17
# File 'lib/multilocale/sync.rb', line 15

def languages
  @languages
end

#phrasesObject

Returns the value of attribute phrases

Returns:

  • (Object)

    the current value of phrases



15
16
17
# File 'lib/multilocale/sync.rb', line 15

def phrases
  @phrases
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



15
16
17
# File 'lib/multilocale/sync.rb', line 15

def project
  @project
end