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



151
152
153
# File 'lib/unroller.rb', line 151

def file
  @file
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



151
152
153
# File 'lib/unroller.rb', line 151

def full_name
  @full_name
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



151
152
153
# File 'lib/unroller.rb', line 151

def klass
  @klass
end

#line_numObject

Returns the value of attribute line_num

Returns:

  • (Object)

    the current value of line_num



151
152
153
# File 'lib/unroller.rb', line 151

def line_num
  @line_num
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



151
152
153
# File 'lib/unroller.rb', line 151

def name
  @name
end