Class: FmRest::Spyke::PortalBuilder

Inherits:
Spyke::Associations::Builder
  • Object
show all
Defined in:
lib/fmrest/spyke/portal_builder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



6
7
8
# File 'lib/fmrest/spyke/portal_builder.rb', line 6

def options
  @options
end

Instance Method Details

#klassObject



8
9
10
11
12
13
14
# File 'lib/fmrest/spyke/portal_builder.rb', line 8

def klass
  begin
    super
  rescue NameError => e
    ::FmRest::Layout
  end
end