Class: ScopeHunter::Scope

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

Instance Attribute Summary collapse

Instance Attribute Details

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



4
5
6
# File 'lib/scope_hunter/scope_index.rb', line 4

def model
  @model
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/scope_hunter/scope_index.rb', line 4

def name
  @name
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



4
5
6
# File 'lib/scope_hunter/scope_index.rb', line 4

def signature
  @signature
end