Class: Studio::ModelPage::Entry

Inherits:
Struct
  • Object
show all
Defined in:
app/models/studio/model_page.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lookupObject

Returns the value of attribute lookup

Returns:

  • (Object)

    the current value of lookup



25
26
27
# File 'app/models/studio/model_page.rb', line 25

def lookup
  @lookup
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



25
26
27
# File 'app/models/studio/model_page.rb', line 25

def model
  @model
end