Module: Centaman

Defined in:
lib/centaman.rb,
lib/centaman/filter.rb,
lib/centaman/object.rb,
lib/centaman/service.rb,
lib/centaman/version.rb,
lib/centaman/wrapper.rb,
lib/centaman/attribute.rb,
lib/centaman/exceptions.rb,
lib/centaman/object/udf.rb,
lib/centaman/json_wrapper.rb,
lib/centaman/object/extra.rb,
lib/centaman/configuration.rb,
lib/centaman/object/add_on.rb,
lib/centaman/object/effect.rb,
lib/centaman/object/member.rb,
lib/centaman/service/extra.rb,
lib/centaman/service/add_on.rb,
lib/centaman/service/member.rb,
lib/centaman/object/capacity.rb,
lib/centaman/object/customer.rb,
lib/centaman/object/cost_rate.rb,
lib/centaman/service/capacity.rb,
lib/centaman/service/cost_rate.rb,
lib/centaman/object/gift_ticket.rb,
lib/centaman/object/ticket_type.rb,
lib/centaman/service/create_udf.rb,
lib/centaman/object/booking_time.rb,
lib/centaman/object/booking_type.rb,
lib/centaman/object/coupon_check.rb,
lib/centaman/service/gift_ticket.rb,
lib/centaman/service/hold_ticket.rb,
lib/centaman/service/ticket_type.rb,
lib/centaman/service/booking_time.rb,
lib/centaman/service/booking_type.rb,
lib/centaman/service/coupon_check.rb,
lib/centaman/service/create_member.rb,
lib/centaman/service/update_member.rb,
lib/centaman/object/attendee_detail.rb,
lib/centaman/object/membership_type.rb,
lib/centaman/service/create_customer.rb,
lib/centaman/service/membership_type.rb,
lib/centaman/service/purchase_ticket.rb,
lib/centaman/service/authenticate_member.rb,
lib/centaman/service/purchase_membership.rb,
lib/generators/centaman/install_generator.rb,
lib/centaman/service/create_primary_member.rb,
lib/centaman/service/create_retail_customer.rb,
lib/centaman/object/general_admission_ticket.rb,
lib/centaman/service/create_secondary_members.rb,
lib/centaman/service/general_admission_ticket.rb

Defined Under Namespace

Modules: Exceptions, Generators, JsonWrapper Classes: Attribute, Configuration, Filter, Object, Service, Wrapper

Constant Summary collapse

VERSION =
"8.0.0"

Class Method Summary collapse

Class Method Details

.config {|configuration| ... } ⇒ Object

Yields:



60
61
62
# File 'lib/centaman.rb', line 60

def config
  yield configuration
end

.configurationObject



56
57
58
# File 'lib/centaman.rb', line 56

def configuration
  @config ||= Centaman::Configuration.new
end