Class: Multilocale::Sync::Result
- Inherits:
-
Struct
- Object
- Struct
- Multilocale::Sync::Result
- 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
-
#empty_locales ⇒ Object
Returns the value of attribute empty_locales.
-
#files ⇒ Object
Returns the value of attribute files.
-
#languages ⇒ Object
Returns the value of attribute languages.
-
#phrases ⇒ Object
Returns the value of attribute phrases.
-
#project ⇒ Object
Returns the value of attribute project.
Instance Attribute Details
#empty_locales ⇒ Object
Returns the value of attribute empty_locales
15 16 17 |
# File 'lib/multilocale/sync.rb', line 15 def empty_locales @empty_locales end |
#files ⇒ Object
Returns the value of attribute files
15 16 17 |
# File 'lib/multilocale/sync.rb', line 15 def files @files end |
#languages ⇒ Object
Returns the value of attribute languages
15 16 17 |
# File 'lib/multilocale/sync.rb', line 15 def languages @languages end |
#phrases ⇒ Object
Returns the value of attribute phrases
15 16 17 |
# File 'lib/multilocale/sync.rb', line 15 def phrases @phrases end |
#project ⇒ Object
Returns the value of attribute project
15 16 17 |
# File 'lib/multilocale/sync.rb', line 15 def project @project end |