Module: Pec::Core
- Included in:
- Pec::Coordinate::UserData, Pec::Coordinate::UserData::Nic, Handler::AvailabilityZone, Handler::Flavor, Handler::Image, Handler::Keypair, Handler::Networks, Handler::Networks::AllowedAddressPairs, Handler::Networks::IpAddress, Handler::Templates, Handler::UserData
- Defined in:
- lib/pec/core.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
Instance Method Summary collapse
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind.
3 4 5 |
# File 'lib/pec/core.rb', line 3 def kind @kind end |
Instance Method Details
#build(*args) ⇒ Object
4 5 6 |
# File 'lib/pec/core.rb', line 4 def build(*args) raise "#{self.class.name} not defined method build" end |