Class: Jets::Cfn::Resource::Nested::Api::Page

Inherits:
Base
  • Object
show all
Defined in:
lib/jets/cfn/resource/nested/api/page.rb

Direct Known Subclasses

Methods, Resources

Instance Method Summary collapse

Methods inherited from Base

#outputs, #template_filename, #template_url

Methods inherited from Base

#attributes, #logical_id, #outputs, #parameters, #permission, #properties, #replacements, #replacer, #standarize, #template, truncate_id, #type

Methods included from Util::Camelize

#camelize

Constructor Details

#initialize(options = {}) ⇒ Page

Returns a new instance of Page.



3
4
5
6
# File 'lib/jets/cfn/resource/nested/api/page.rb', line 3

def initialize(options={})
  super
  @page_number = options[:page_number]
end