Class: ScopeHunter::Scope
- Inherits:
-
Struct
- Object
- Struct
- ScopeHunter::Scope
- Defined in:
- lib/scope_hunter/scope_index.rb
Instance Attribute Summary collapse
-
#model ⇒ Object
Returns the value of attribute model.
-
#name ⇒ Object
Returns the value of attribute name.
-
#signature ⇒ Object
Returns the value of attribute signature.
Instance Attribute Details
#model ⇒ Object
Returns the value of attribute model
4 5 6 |
# File 'lib/scope_hunter/scope_index.rb', line 4 def model @model end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/scope_hunter/scope_index.rb', line 4 def name @name end |
#signature ⇒ Object
Returns the value of attribute signature
4 5 6 |
# File 'lib/scope_hunter/scope_index.rb', line 4 def signature @signature end |