Class: Twitter::Bootstrap::Components::V4::Card

Inherits:
Base
  • Object
show all
Defined in:
app/components/twitter/bootstrap/components/v4/card.rb

Defined Under Namespace

Classes: Block, Blockquote, Footer, Header

Instance Method Summary collapse

Methods inherited from Base

#perform

Constructor Details

#initialize(*args) ⇒ Card

Returns a new instance of Card.



6
7
8
9
# File 'app/components/twitter/bootstrap/components/v4/card.rb', line 6

def initialize(*args)
  super
  @options.reverse_merge(default_options)
end