class Awspec::Type::TransferServer

Constants

STATES

Attributes

id[R]

Public Class Methods

new(id) click to toggle source
Calls superclass method Awspec::Type::ResourceBase::new
# File lib/awspec/type/transfer_server.rb, line 9
def initialize(id)
  super
  @id = id
end

Public Instance Methods

resource_via_client() click to toggle source
# File lib/awspec/type/transfer_server.rb, line 14
def resource_via_client
  @resource_via_client ||= find_transfer_server(@id)
end