Class: Imba::MovieList::Diff

Inherits:
Struct
  • Object
show all
Defined in:
lib/imba/movie_list.rb

Instance Attribute Summary collapse

Instance Attribute Details

#directory_nameObject

Returns the value of attribute directory_name

Returns:

  • (Object)

    the current value of directory_name



11
12
13
# File 'lib/imba/movie_list.rb', line 11

def directory_name
  @directory_name
end

#movie_titleObject

Returns the value of attribute movie_title

Returns:

  • (Object)

    the current value of movie_title



11
12
13
# File 'lib/imba/movie_list.rb', line 11

def movie_title
  @movie_title
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



11
12
13
# File 'lib/imba/movie_list.rb', line 11

def result
  @result
end