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



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

def file
  @file
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



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

def full_name
  @full_name
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



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

def klass
  @klass
end

#line_numObject

Returns the value of attribute line_num

Returns:

  • (Object)

    the current value of line_num



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

def line_num
  @line_num
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end