Class: Imba::MovieList::Diff
- Inherits:
-
Struct
- Object
- Struct
- Imba::MovieList::Diff
- Defined in:
- lib/imba/movie_list.rb
Instance Attribute Summary collapse
-
#directory_name ⇒ Object
Returns the value of attribute directory_name.
-
#movie_title ⇒ Object
Returns the value of attribute movie_title.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#directory_name ⇒ Object
Returns the value of attribute directory_name
11 12 13 |
# File 'lib/imba/movie_list.rb', line 11 def directory_name @directory_name end |
#movie_title ⇒ Object
Returns the value of attribute movie_title
11 12 13 |
# File 'lib/imba/movie_list.rb', line 11 def movie_title @movie_title end |
#result ⇒ Object
Returns the value of attribute result
11 12 13 |
# File 'lib/imba/movie_list.rb', line 11 def result @result end |