Class: Unroller::Call

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

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



107
108
109
# File 'lib/unroller.rb', line 107

def file
  @file
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



107
108
109
# File 'lib/unroller.rb', line 107

def full_name
  @full_name
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



107
108
109
# File 'lib/unroller.rb', line 107

def klass
  @klass
end

#line_numObject

Returns the value of attribute line_num

Returns:

  • (Object)

    the current value of line_num



107
108
109
# File 'lib/unroller.rb', line 107

def line_num
  @line_num
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



107
108
109
# File 'lib/unroller.rb', line 107

def name
  @name
end