Method: Awspec::Type::Ebs#initialize

Defined in:
lib/awspec/type/ebs.rb

#initialize(name) ⇒ Ebs

Returns a new instance of Ebs.



8
9
10
11
# File 'lib/awspec/type/ebs.rb', line 8

def initialize(name)
  super
  @display_name = name
end